We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SylphxAI/pdf-reader-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp"
},
"coderag": {
"type": "local",
"command": ["npx", "-y", "@sylphx/coderag-mcp"],
"environment": {
"OPENAI_API_KEY": "",
"CODEBASE_ROOT": "",
"INDEX_PATH": ".coderag"
}
}
}
}