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 toolsRead 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. 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… 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_official_docs() first, then refresh_official_docs() when you want to update the current snapshot.
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). 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. 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. 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. 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 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. 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… 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 AND current. Takes ~5s (fetches ~1.2MB from Anthropic).
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 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. 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. 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 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 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. 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 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 question instead of web search.
search_official_docs
from source