Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOCGRAPH_DEBUGNoSet to '1' to log JSON-RPC traffic to stderr0
DOCGRAPH_PROJECTNoPath to the project root to serve (overrides working directory)
DOCGRAPH_NO_WATCHNoSet to '1' to disable auto-sync file watching0
DOCGRAPH_READ_ONLYNoSet to '1' to enable read-only mode (no writes to index)0
DOCGRAPH_MAX_PROJECTSNoMaximum number of projects in LRU cache (default 16)16

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Project DocumentationAll indexed project documents

Latest Blog Posts

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