Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOCS_ROOT | Yes | Documentation root directory (required) | |
| LOG_LEVEL | No | Logging level (default: INFO) | INFO |
| MCP_DOCS_WEB_HOST | No | Web server host (default: 127.0.0.1) | 127.0.0.1 |
| MCP_DOCS_WEB_PORT | No | Web server port (default: 8123) | 8123 |
| MCP_DOCS_CACHE_TTL | No | Cache TTL in seconds (default: 3600) | 3600 |
| MCP_DOCS_SEARCH_LIMIT | No | Maximum search results (default: 10) | 10 |
| MCP_DOCS_OPENAPI_SPECS | No | Comma-separated OpenAPI spec paths | |
| MCP_DOCS_ENABLE_WEB_SERVER | No | Enable/disable web server (default: true) | true |
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 | |