claude-docs-mcp
claude-docs-mcp
Claude ドキュメントコーパスを対象とするローカル MCP サーバー。Claude Certified Architect – Foundations (CCA-F) 試験に向けた実践的な準備として、またポートフォリオ作品として構築されました。
ステータス: 仕様とフェーズ計画は完了済み。実装は未着手です。 現在のエントリーゲートについては
docs/implementation-plan.htmlを参照してください。
概要
3つのドキュメントソースをオフラインでクロールして Markdown コーパスにし、見出しごとにチャンク化して SQLite FTS5 にインデックス化します。別の stdio サーバーは、Claude Code に 4つの読み取り専用ツール — search_docs、get_doc、get_doc_outline、list_sources — を公開します。厳格なトークン予算に基づいて設計されており、1回のツール呼び出しがコンテキストウィンドウを汚染することはありません。
サーバーはクエリ時にネットワークI/Oを一切行いません。取り込みと配信は、意図的に1つのデータストアを共有する2つのバイナリです。
Related MCP server: MCP AI Docs
このリポジトリが含むのはフェッチャーであり、ドキュメントではありません
コーパスは Anthropic の著作権で保護されたドキュメントです。corpus/ と data/ は gitignore されており、今後もその予定です。cdm fetch を実行して、ご自身のローカルコピーを構築してください。
ドキュメント
File | 内容 |
設計仕様 — ソース、スキーマ、ツール契約、ADR | |
エントリーゲート、終了条件、ハンドオフ契約を含むフェーズ0〜7の計画 |
完全なREADME — アーキテクチャ図、トランスクリプト、測定結果、率直な制限事項 — は計画のフェーズ7です。
ライセンス
MIT(LICENSE を参照。フェーズ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