claude-docs-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@claude-docs-mcpsearch the docs for how to use the Claude API"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.htmlfor 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 |
The design specification — sources, schema, tool contracts, ADRs | |
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).
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceA 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.
- FlicenseNot gradedqualityDmaintenanceAn MCP server that provides indexed, searchable access to Anthropic Claude and Google Gemini documentation, with full-text search, page fetching, and section listing capabilities.
- AlicenseAqualityCmaintenanceA local MCP server that indexes and searches your past Claude sessions using SQLite FTS5. No cloud, runs entirely on your machine.3MIT
- AlicenseAqualityCmaintenanceOffline RAG MCP server that indexes documents into SQLite with hybrid vector and lexical search, and enables natural language queries via Claude.4MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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