Skip to main content
Glama
jpsweeney97

claude-code-docs

by jpsweeney97

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOCS_URLNoSource documentation URL. Default: https://code.claude.com/docs/llms-full.txthttps://code.claude.com/docs/llms-full.txt
CACHE_PATHNoOverride the content cache file path. Must include a filename.
CACHE_TTL_MSNoContent cache freshness window in milliseconds. Default: 8640000086400000
XDG_CACHE_HOMENoBase cache directory for defaults. When set, affects default content and index cache paths.
DOCS_TRUST_MODENoTrust mode: official or unsafe. Default: officialofficial
FETCH_TIMEOUT_MSNoHTTP fetch timeout in milliseconds. Default: 3000030000
MIN_SECTION_COUNTNoOverride for the canary's index floor. Default: unset (uses trust-mode default)
RETRY_INTERVAL_MSNoRetry backoff for failed index loads. Default: 6000060000
MAX_RESPONSE_BYTESNoMax HTTP response size in bytes. Default: 1048576010485760
MAX_INDEX_CACHE_BYTESNoMax serialized index size in bytes. Default: 5242880052428800
DOCS_CACHE_MAX_STALE_MSNoMaximum allowed age for stale cache fallback. Default: 00

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_docsA

Search Claude Code documentation (extensions, setup, security, providers, IDE integration, CI/CD, and more). Use specific queries.

reload_docsA

Force reload of Claude Code documentation. Use after editing docs to refresh search index.

get_statusA

Get current status of the claude-code-docs server: trust mode, documentation source, index age, and any active warnings.

dump_index_metadataA

Dump full BM25 index metadata: categories, chunk IDs, headings, code literals, config keys, and distinctive terms. No parameters.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: reloading docs, searching, getting server status, and dumping index metadata. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (e.g., reload_docs, search_docs, get_status, dump_index_metadata), making them predictable.

Tool Count5/5

Four tools is well-scoped for a documentation management server, covering all necessary operations without being excessive or insufficient.

Completeness4/5

The tool set covers the core lifecycle: reloading, searching, status, and metadata inspection. A minor gap could be a tool to add or update documentation sources, but current set is largely complete.

Maintenance

ActivityMaintained
ResponsivenessNo issues