{
"$schema": "https://raw.githubusercontent.com/anthropics/anthropic-sdk-python/main/mcp_schema.json",
"_comment_local": "=== LOCAL CONFIG (running from source) ===",
"_comment_local_usage": "Use this if you cloned the repo and want to run locally",
"mcpServers": {
"code-mcp-local": {
"command": "node",
"args": ["C:/path/to/code-mcp/dist/index.js"],
"_comment": "Change path to your local Code-MCP directory"
}
}
}