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-mcpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures Claude Code to use the MCP server, enabling tools like project_map, lint_check, run_tests.
Create .llmapi-mcp.json in project root with explicit linter/test commands
Rename .mcp-supervisor.json to .llmapi-mcp.json and update keys
Use npx -y @llmapi/mcp-supervisor in Claude Code settings
Ensure Node.js >= 18.0.0
Install Git and ensure it's in PATH
Set LLMAPI_API_KEY or add sync.apiKey to config
Run via npx -y @llmapi/mcp-supervisor instead of direct require
Set LLMAPI_API_KEY environment variable or add sync.apiKey to .llmapi-mcp.json
Install Git and ensure it's available in your shell
Rename to .llmapi-mcp.json and update keys as per documentation