Skip to main content
Glama
alara7

claude-docs-mcp

by alara7

claude-docs-mcp

A local MCP server over the Claude documentation corpus. Built as hands-on preparation for the Claude Certified Architect – Foundations (CCA-F) exam, and as a portfolio artifact.

Status: specification and phase plan complete; implementation not started. See docs/implementation-plan.html for the current entry gate.

What it is

Three documentation sources are crawled offline into a Markdown corpus, chunked by heading, and indexed into SQLite FTS5. A separate stdio server exposes four read-only tools to Claude Code — search_docs, get_doc, get_doc_outline, list_sources — designed against a hard token budget so a single tool call never poisons the context window.

The server performs no network I/O at query time. Ingestion and serving are two binaries over one datastore, deliberately.

Related MCP server: MCP AI Docs

This repo contains the fetcher, not the documentation

The corpus is Anthropic's copyrighted documentation. corpus/ and data/ are gitignored and always will be. Run cdm fetch to build your own local copy.

Documents

File

What it is

docs/claude-docs-mcp-spec.html

The design specification — sources, schema, tool contracts, ADRs

docs/implementation-plan.html

Phase 0–7 plan with entry gates, exit criteria and handoff contracts

A full README — architecture diagram, transcripts, measured results and honest limitations — is Phase 7 of the plan.

Licence

MIT (see LICENSE, pending Phase 0).

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A local-first MCP server that enables semantic search over PDF and DOCX documents using structure-aware parsing and vector storage. It allows users to query their local knowledge base through Claude Code without cloud dependencies or GPU requirements.
  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that provides indexed, searchable access to Anthropic Claude and Google Gemini documentation, with full-text search, page fetching, and section listing capabilities.

View all related MCP servers

Related MCP Connectors

  • Augments MCP Server - A comprehensive framework documentation provider for Claude Code

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

  • Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

View all MCP Connectors

Latest Blog Posts

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/alara7/mcp-server-ccar-f'

If you have feedback or need assistance with the MCP directory API, please join our Discord server