mcpserver.lol
registry/claude-code-guide
Connection check local install

claude-code-guide

Search the Claude Code Ultimate Guide and machine-readable references from any MCP client.

Tools 17
GitHub stars 5,898
Installs / wk 149
Licence CC-BY-SA-4.0
Transport stdio
Last checked never

Tools & capabilities

17 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

compare_versions from source
Show what changed between two Claude Code CLI versions. Lists all releases in range with aggregated highlights and breaking changes.
diff_official_docs from source
Compare the baseline and current official Anthropic Claude Code docs snapshots. Shows added, removed, and modified pages. No network call \u2014 reads local files only. Run init_of…
get_changelog from source
Return the last N entries from the Claude Code Ultimate Guide CHANGELOG. Shows what changed in the guide itself (not Claude Code CLI releases \u2014 use get_release() for that).
get_cheatsheet from source
Return the Claude Code cheatsheet \u2014 a compact 1-page reference covering the most important commands, shortcuts, config options, and workflows.
get_digest from source
Return a digest of guide and Claude Code CLI changes for a given period. Combines guide CHANGELOG entries + official Claude Code releases in the time window.
get_example from source
Fetch a production-ready template or example from the guide (agents, skills, commands, hooks, scripts). Pass a partial name to search for matching examples.
get_release from source
Get details about Claude Code CLI official releases. Pass a version to get a specific release, or omit to get the latest and recent history.
get_threat from source
Look up a specific threat by ID from the security threat database. Supports CVE IDs (e.g.
init_official_docs from source
Fetch the official Anthropic Claude Code docs (llms-full.txt) and store a local snapshot as the diff baseline. Run this first. Safe to re-run \u2014 overwrites previous baseline AN…
list_examples from source
List all production-ready templates in the guide by category (agents, commands, hooks, skills, scripts). Use get_example(name) to fetch the content of any specific template.
list_threats from source
Browse the security threat database. Without a category, returns a summary with counts. With a category, returns the full list for that section.
list_topics from source
List all top-level topics and categories in the Claude Code Ultimate Guide. Useful for exploring what the guide covers before searching.
read_section from source
Read a section from a guide file (markdown, YAML, examples). Supports pagination via offset, or a
refresh_official_docs from source
Re-fetch the official Anthropic Claude Code docs and update the
search_examples from source
Semantic search across all production-ready templates by intent (e.g.
search_guide from source
Search the Claude Code Ultimate Guide by topic, keyword, or question. Covers features, hooks, agents, MCP, skills, commands, and best practices. Use this FIRST for any Claude Code…
search_official_docs from source
Search the official Anthropic Claude Code documentation by keyword or topic. Uses the local current snapshot \u2014 no network call. Run init_official_docs() first.