Documentation MCP Server
by johnmathews
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOCSERVER_HOST | No | Server bind address. | 0.0.0.0 |
| DOCSERVER_PORT | No | Server port. | 8080 |
| DOCSERVER_CONFIG | No | Path to configuration file for documentation sources. | /config/sources.yaml |
| ANTHROPIC_API_KEY | No | Your Anthropic API key for chat endpoints. If not set, chat endpoints are disabled. | |
| DOCSERVER_DATA_DIR | No | Persistent storage directory for database, clones, and models. | /data |
| DOCSERVER_LOG_LEVEL | No | Log level. | INFO |
| DOCSERVER_CHAT_MODEL | No | Anthropic model ID for the chat agent. | claude-opus-4-7 |
| DOCSERVER_LOG_FORMAT | No | Log format (json or text). | json |
| DOCSERVER_CHROMA_HOST | No | Hostname of the Chroma sidecar. Required in production. | |
| DOCSERVER_CHROMA_PORT | No | Port the Chroma sidecar listens on. | 8000 |
| DOCSERVER_INGEST_NICE | No | Nice offset applied to each ingestion worker subprocess. | 10 |
| DOCSERVER_POLL_INTERVAL | No | Polling interval in seconds (default 30 min). | 1800 |
| DOCSERVER_EMBEDDING_BATCH_SIZE | No | Chunks per ONNX inference call. | 8 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/johnmathews/unified-documentation-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server