claude-code-docs
by jpsweeney97
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOCS_URL | No | Source documentation URL. Default: https://code.claude.com/docs/llms-full.txt | https://code.claude.com/docs/llms-full.txt |
| CACHE_PATH | No | Override the content cache file path. Must include a filename. | |
| CACHE_TTL_MS | No | Content cache freshness window in milliseconds. Default: 86400000 | 86400000 |
| XDG_CACHE_HOME | No | Base cache directory for defaults. When set, affects default content and index cache paths. | |
| DOCS_TRUST_MODE | No | Trust mode: official or unsafe. Default: official | official |
| FETCH_TIMEOUT_MS | No | HTTP fetch timeout in milliseconds. Default: 30000 | 30000 |
| MIN_SECTION_COUNT | No | Override for the canary's index floor. Default: unset (uses trust-mode default) | |
| RETRY_INTERVAL_MS | No | Retry backoff for failed index loads. Default: 60000 | 60000 |
| MAX_RESPONSE_BYTES | No | Max HTTP response size in bytes. Default: 10485760 | 10485760 |
| MAX_INDEX_CACHE_BYTES | No | Max serialized index size in bytes. Default: 52428800 | 52428800 |
| DOCS_CACHE_MAX_STALE_MS | No | Maximum allowed age for stale cache fallback. Default: 0 | 0 |
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/jpsweeney97/claude-code-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server