Skip to main content
Glama
johnmathews

Documentation MCP Server

by johnmathews

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOCSERVER_HOSTNoServer bind address.0.0.0.0
DOCSERVER_PORTNoServer port.8080
DOCSERVER_CONFIGNoPath to configuration file for documentation sources./config/sources.yaml
ANTHROPIC_API_KEYNoYour Anthropic API key for chat endpoints. If not set, chat endpoints are disabled.
DOCSERVER_DATA_DIRNoPersistent storage directory for database, clones, and models./data
DOCSERVER_LOG_LEVELNoLog level.INFO
DOCSERVER_CHAT_MODELNoAnthropic model ID for the chat agent.claude-opus-4-7
DOCSERVER_LOG_FORMATNoLog format (json or text).json
DOCSERVER_CHROMA_HOSTNoHostname of the Chroma sidecar. Required in production.
DOCSERVER_CHROMA_PORTNoPort the Chroma sidecar listens on.8000
DOCSERVER_INGEST_NICENoNice offset applied to each ingestion worker subprocess.10
DOCSERVER_POLL_INTERVALNoPolling interval in seconds (default 30 min).1800
DOCSERVER_EMBEDDING_BATCH_SIZENoChunks per ONNX inference call.8

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/johnmathews/unified-documentation-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server