Universal Docs MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_DIR | No | SQLite file location | ./data |
| HTTP_HOST | No | Host to bind for HTTP transport | 0.0.0.0 |
| HTTP_PORT | No | Port to bind for HTTP transport | 8000 |
| TRANSPORT | No | Server transport mode: 'stdio' or 'http' | stdio |
| USER_AGENT | No | User agent string for HTTP requests | UniversalDocsMCP/1.0 |
| GITHUB_TOKEN | No | Optional GitHub token for higher rate limits | |
| CACHE_TTL_HOURS | No | Default TTL for cached docs (hours) | 6 |
| RATE_LIMIT_PER_DOMAIN | No | Requests per second per domain | 2 |
| MAX_CONCURRENT_REQUESTS | No | Global concurrency limit | 5 |
| REQUEST_TIMEOUT_SECONDS | No | Per-request timeout (seconds) | 10 |
| CACHE_MAX_MEMORY_ENTRIES | No | L1 in-memory cache size | 500 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivitySlowing
ResponsivenessNo issues