We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bekirdag/docdex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp.json•1.34 kB
{
"version": "1.0",
"protocolVersion": "2025-06-18",
"serverInfo": {
"name": "docdex",
"title": "Docdex – Repo Docs + Code Index & Search",
"version": "1.0.0"
},
"description": "Per-repo docs + code indexer and MCP server for local search, chat, and code intelligence.",
"iconUrl": "https://docdex.org/assets/docdex.png",
"documentationUrl": "https://docdex.org/",
"transport": {
"type": "streamable-http",
"endpoint": "/mcp"
},
"capabilities": {
"tools": {
"listChanged": true
},
"prompts": {
"listChanged": true
},
"resources": {
"listChanged": true
}
},
"requires": {
"roots": {},
"sampling": {}
},
"instructions": "Use docdex_search for repo docs/code before edits; if results are weak or web context is needed, use docdex_web_research (requires DOCDEX_WEB_ENABLED=1). Use docdex_open for file reads, docdex_files to list indexed files, and docdex_index to refresh stale data. For code intelligence, use docdex_symbols/docdex_ast and docdex_impact_diagnostics. Memory tools (docdex_memory_store/recall) are enabled by default but can be disabled in config. Pass project_root/repo_path to match the MCP server repo (or omit if initialize set a default).",
"resources": ["dynamic"],
"tools": ["dynamic"],
"prompts": ["dynamic"]
}