We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/firgga-sunil/ck-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"codekarma-insights": {
"command": "/Users/anantharam.v/workspace/code-lens/ck-mcp-server/venv/bin/python",
"args": [
"/Users/anantharam.v/workspace/code-lens/ck-mcp-server/server.py"
],
"env": {
"CK_NEXUS_ENDPOINT": "http://localhost:8081"
},
"description": "CodeKarma Insights MCP Server - provides production code usage analysis, test generation, dead code detection, and performance optimization suggestions"
}
}
}