We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/millsydotdev/Code-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp-local.json.example•455 B
{
"$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"
}
}
}