Registry / llm-agents / llmapi-mcp

llmapi-mcp

JSON →
library2.0.3jsnpmunverified

An MCP server for Claude Code that provides project analysis tools including project map, lint checking, test execution, dependency graph, and code quality reporting. Version 2.0.3 supports multiple languages (Node.js, Python, Rust, Go) with auto-detection of linters, type checkers, and test runners. Published on npm as @llmapi/mcp-supervisor, it requires Node.js >= 18 and Git. The server runs locally and can optionally sync with llmapi.pro proxy layer.

npm install llmapi-mcp
INSTALL
IMPORT
SIG · LLMAPI-MCP
L
llmapi-mcp
llm-agentsjavascriptv2.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
npx -y @llmapi/mcp-supervisor
npm install -g @llmapi/mcp-supervisor (then run as command)
Recommended usage is via npx; global install is optional. The package is a CLI tool, not a library.
llmapi-mcp
command: 'llmapi-mcp' (after global install)
using npx with @llmapi/mcp-supervisor (works but not recommended as global command)
The binary is named 'llmapi-mcp' after global install.
mcpServers
Add to Claude Code's settings.json under mcpServers
Configuration in Claude Code settings; no direct import in user code.

Configures Claude Code to use the MCP server, enabling tools like project_map, lint_check, run_tests.

// Add to ~/.claude/settings.json or project .claude/settings.json { "mcpServers": { "llmapi": { "command": "npx", "args": ["-y", "@llmapi/mcp-supervisor"] } } }
Debug
Known issues
gotchaClaude Code auto-detection may not pick up custom linter/test configurations; override via .llmapi-mcp.json
fix
Create .llmapi-mcp.json in project root with explicit linter/test commands
affects: >=2.0.0
breakingVersion 2.0.0 changed configuration file format from .mcp-supervisor.json to .llmapi-mcp.json
fix
Rename .mcp-supervisor.json to .llmapi-mcp.json and update keys
affects: >=2.0.0
deprecatedGlobal install (npm install -g) is deprecated in favor of npx usage
fix
Use npx -y @llmapi/mcp-supervisor in Claude Code settings
affects: >=2.0.0
gotchaRequires Node.js 18 or later; older versions cause startup failure
fix
Ensure Node.js >= 18.0.0
affects: >=2.0.0
gotchaGit is required for project_map caching, dep_graph, and quality_report tools
fix
Install Git and ensure it's in PATH
affects: >=1.0.0
gotchaProxy sync requires LLMAPI_API_KEY environment variable or sync.apiKey in .llmapi-mcp.json
fix
Set LLMAPI_API_KEY or add sync.apiKey to config
affects: >=2.0.0
Errors
Common errors & fixes
Error: Cannot find module '@llmapi/mcp-supervisor'
Using require() incorrectly or missing npx- y
fix
Run via npx -y @llmapi/mcp-supervisor instead of direct require
Error: tools.tool not found: session_sync
Missing API key for proxy sync
fix
Set LLMAPI_API_KEY environment variable or add sync.apiKey to .llmapi-mcp.json
git: command not found
Git not installed or not in PATH
fix
Install Git and ensure it's available in your shell
Config file .mcp-supervisor.json ignored
Old config file name; v2 uses .llmapi-mcp.json
fix
Rename to .llmapi-mcp.json and update keys as per documentation
Upgrade
Version history
2.0.3latest on npm
Audit
Dependencies
gitrequiredRequired for project_map caching, dep_graph reverse lookup, and quality_report commands
Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources