docs-mcp
by kage1020
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | pino log level (fatal/error/warn/info/debug/trace/silent) | info |
| DOCS_MCP_RENDER | No | fetch (native, default) or playwright (JS-rendered SPA support) | fetch |
| DOCS_MCP_DATA_DIR | No | SQLite DB location (Linux: $XDG_DATA_HOME/docs-mcp, macOS: ~/Library/Application Support/docs-mcp, Windows: %LOCALAPPDATA%\docs-mcp) | XDG data dir |
| DOCS_MCP_CACHE_DIR | No | reserved (unused for now) | XDG cache dir |
| DOCS_MCP_USER_AGENT | No | Override the crawl User-Agent | docs-mcp/<ver> |
| DOCS_MCP_EMBEDDING_MODEL | No | Embedding model name | nomic-embed-text |
| DOCS_MCP_EMBEDDING_API_KEY | No | Bearer token if required | |
| DOCS_MCP_EMBEDDING_BASE_URL | No | e.g. http://localhost:11434/v1 (Ollama) or http://localhost:1234/v1 (LM Studio) |
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
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/kage1020/docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server