# Claude Code Ultimate Guide (npm · claude-code-ultimate-guide-mcp)

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

- Trust score: 81/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `claude-code-ultimate-guide-mcp`: 81/100 (this document), [markdown](https://verifymcp.io/servers/florianbruniaux-claude-code-guide/claude-code-ultimate-guide-mcp.md), [page](https://verifymcp.io/servers/florianbruniaux-claude-code-guide/claude-code-ultimate-guide-mcp)

## Channel facts

- Registry: `npm`
- Package: `claude-code-ultimate-guide-mcp`
- Version: `1.3.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 14 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 87/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1567 tokens (~68/item across 23 items; 17 tools + 6 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 63/100
  - Stability observed for 19 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 17 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 19 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Claude Code Ultimate Guide MCP server?

Claude Code Ultimate Guide runs locally as an npm package, launched with npx -y claude-code-ultimate-guide-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add florianbruniaux-claude-code-guide -- npx -y claude-code-ultimate-guide-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "florianbruniaux-claude-code-guide": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-ultimate-guide-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "florianbruniaux-claude-code-guide": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-ultimate-guide-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add florianbruniaux-claude-code-guide -- npx -y claude-code-ultimate-guide-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "florianbruniaux-claude-code-guide": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "claude-code-ultimate-guide-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add florianbruniaux-claude-code-guide --command npx --arg -y --arg claude-code-ultimate-guide-mcp
```

### Hermes

```yaml
mcp_servers:
  florianbruniaux-claude-code-guide:
    command: "npx"
    args: ["-y", "claude-code-ultimate-guide-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "florianbruniaux-claude-code-guide": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "claude-code-ultimate-guide-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add florianbruniaux-claude-code-guide -t stdio -c npx -a -y claude-code-ultimate-guide-mcp
```

### Other

```json
{
  "mcpServers": {
    "florianbruniaux-claude-code-guide": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-ultimate-guide-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-18 (score 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-10 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-08 (score 76, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-09-01 (score 73)

First indexed and scored.

## MCP tools (17)

### `search_guide` (~102 tokens)

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.

Input parameters:

- `limit` (number): Max results to return (default 10, max 20)
- `query` (string, required): Search query — topic, question, or keyword (e.g. "hooks", "custom agents", "cost optimization")

### `read_section` (~161 tokens)

Read a section from a guide file (markdown, YAML, examples). Supports pagination via offset, or a "#heading-slug" anchor to jump straight to a section (as returned by search_guide()). Use after search_guide() to fetch the full content at a specific location.

Input parameters:

- `limit` (number): Max lines to return (default 500, max 500)
- `offset` (number): Line number to start reading from (1-based, default 1). Ignored when path has a "#" anchor.
- `path` (string, required): Relative path from repo root, optionally with a "#heading-slug" anchor (e.g. "guide/ultimate-guide.md", "guide/core/memory-systems.md#1-tldr-three-track-model")

### `list_topics` (~32 tokens)

List all top-level topics and categories in the Claude Code Ultimate Guide. Useful for exploring what the guide covers before searching.

### `get_example` (~69 tokens)

Fetch a production-ready template or example from the guide (agents, skills, commands, hooks, scripts). Pass a partial name to search for matching examples.

Input parameters:

- `name` (string, required): Example name or partial match (e.g. "code-reviewer", "pre-commit hook", "custom agent")

### `get_changelog` (~63 tokens)

Return the last N entries from the Claude Code Ultimate Guide CHANGELOG. Shows what changed in the guide itself (not Claude Code CLI releases — use get_release() for that).

Input parameters:

- `count` (number): Number of recent changelog entries to return (default 5)

### `get_digest` (~69 tokens)

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.

Input parameters:

- `period` (string, required): Time window: "day" (24h), "week" (7 days), "month" (30 days)

### `get_cheatsheet` (~67 tokens)

Return the Claude Code cheatsheet — a compact 1-page reference covering the most important commands, shortcuts, config options, and workflows.

Input parameters:

- `section` (string): Optional: filter to a specific section (e.g. "installation", "hooks", "agents", "mcp")

### `list_examples` (~68 tokens)

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.

Input parameters:

- `category` (string): Filter by category: agents | commands | hooks | skills | scripts. Omit for all.

### `get_release` (~85 tokens)

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.

Input parameters:

- `count` (number): Number of recent releases to show when no version specified (default 5)
- `version` (string): Specific version (e.g. "2.1.59"). Omit for latest + recent 5.

### `compare_versions` (~70 tokens)

Show what changed between two Claude Code CLI versions. Lists all releases in range with aggregated highlights and breaking changes.

Input parameters:

- `from` (string, required): Starting version (older), e.g. "2.1.50"
- `to` (string): Ending version (newer). Omit to use the latest.

### `get_threat` (~90 tokens)

Look up a specific threat by ID from the security threat database. Supports CVE IDs (e.g. "CVE-2025-53109") and technique IDs (e.g. "T001").

Input parameters:

- `id` (string, required): Threat ID: a CVE identifier (e.g. "CVE-2025-53109") or attack technique ID (e.g. "T001")

### `list_threats` (~69 tokens)

Browse the security threat database. Without a category, returns a summary with counts. With a category, returns the full list for that section.

Input parameters:

- `category` (string): Section to list: cves | authors | skills | techniques | mitigations | sources. Omit for a global summary.

### `search_examples` (~97 tokens)

Semantic search across all production-ready templates by intent (e.g. "hook lint", "agent code review"). Different from get_example (exact name) and list_examples (category browse).

Input parameters:

- `limit` (number): Max results to return (default 10, max 20)
- `query` (string, required): Search query describing the template you need, e.g. "hook lint", "agent code review", "pre-commit typescript"

### `init_official_docs` (~66 tokens)

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 — overwrites previous baseline AND current. Takes ~5s (fetches ~1.2MB from Anthropic).

### `refresh_official_docs` (~58 tokens)

Re-fetch the official Anthropic Claude Code docs and update the "current" snapshot without touching the baseline. Run this to update the comparison target before diffing. Takes ~5s (fetches ~1.2MB from Anthropic).

### `diff_official_docs` (~64 tokens)

Compare the baseline and current official Anthropic Claude Code docs snapshots. Shows added, removed, and modified pages. No network call — reads local files only. Run init_official_docs() first, then refresh_official_docs() when you want to update the current snapshot.

### `search_official_docs` (~82 tokens)

Search the official Anthropic Claude Code documentation by keyword or topic. Uses the local current snapshot — no network call. Run init_official_docs() first.

Input parameters:

- `limit` (number): Max sections to return (default 5)
- `query` (string, required): Search term or topic (e.g. "hooks", "MCP authentication", "cost limits")

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/florianbruniaux-claude-code-guide/claude-code-ultimate-guide-mcp#diagnostics

## Score history

- 2026-09-20: 81
- 2026-09-19: 81
- 2026-09-18: 81
- 2026-09-17: 80
- 2026-09-16: 80
- 2026-09-15: 79
- 2026-09-14: 79
- 2026-09-13: 78
- 2026-09-12: 78
- 2026-09-11: 77
- 2026-09-10: 77
- 2026-09-09: 76
- 2026-09-08: 76
- 2026-09-07: 73
- 2026-09-06: 73
- 2026-09-05: 73
- 2026-09-04: 73
- 2026-09-03: 73
- 2026-09-02: 73
- 2026-09-01: 73

## Common questions

### What is the Claude Code Ultimate Guide MCP server?

Claude Code Ultimate Guide is an MCP server listed in the public MCP registry as io.github.FlorianBruniaux/claude-code-guide. Search the Claude Code Ultimate Guide and machine-readable references from any MCP client. This page covers its npm package (claude-code-ultimate-guide-mcp).

### Is the Claude Code Ultimate Guide MCP server safe to use?

Claude Code Ultimate Guide scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Claude Code Ultimate Guide MCP server expose?

Claude Code Ultimate Guide exposes 17 tools: search_guide, read_section, list_topics, get_example, get_changelog, and 12 more. Their descriptions and schemas cost roughly 1,312 tokens of context every time the server is loaded.

### Is the Claude Code Ultimate Guide MCP server still maintained?

Claude Code Ultimate Guide is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Claude Code Ultimate Guide MCP server under?

Claude Code Ultimate Guide declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/claude-code-ultimate-guide-mcp
- Socket report: https://socket.dev/npm/package/claude-code-ultimate-guide-mcp
- Repository: https://github.com/FlorianBruniaux/claude-code-ultimate-guide
- Changelog RSS feed: https://verifymcp.io/servers/florianbruniaux-claude-code-guide/claude-code-ultimate-guide-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/florianbruniaux-claude-code-guide/claude-code-ultimate-guide-mcp.json
- HTML version of this page: https://verifymcp.io/servers/florianbruniaux-claude-code-guide/claude-code-ultimate-guide-mcp
