DocGraph
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOCGRAPH_DEBUG | No | Set to '1' to log JSON-RPC traffic to stderr | 0 |
| DOCGRAPH_PROJECT | No | Path to the project root to serve (overrides working directory) | |
| DOCGRAPH_NO_WATCH | No | Set to '1' to disable auto-sync file watching | 0 |
| DOCGRAPH_READ_ONLY | No | Set to '1' to enable read-only mode (no writes to index) | 0 |
| DOCGRAPH_MAX_PROJECTS | No | Maximum number of projects in LRU cache (default 16) | 16 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| index_projectC | Index all documents in the project |
| index_fileC | Index a specific file |
| searchC | Search documents using hybrid full-text + vector search |
| exploreC | Explore a topic with surrounding context |
| get_documentC | Get a document by ID or path |
| get_relatedC | Get related documents |
| get_statsC | Get index statistics |
| list_documentsC | List all indexed documents |
| get_document_graphC | Get a document node/edge connections |
| list_projectsA | List projects with an active .docgraph index in this MCP server. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Project Documentation | All indexed project documents |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/carrilloapps/docgraph'
If you have feedback or need assistance with the MCP directory API, please join our Discord server