Skip to main content
Glama
alara7

claude-docs-mcp

by alara7

claude-docs-mcp

Claude ドキュメントコーパスを対象とするローカル MCP サーバー。Claude Certified Architect – Foundations (CCA-F) 試験に向けた実践的な準備として、またポートフォリオ作品として構築されました。

ステータス: 仕様とフェーズ計画は完了済み。実装は未着手です。 現在のエントリーゲートについては docs/implementation-plan.html を参照してください。

概要

3つのドキュメントソースをオフラインでクロールして Markdown コーパスにし、見出しごとにチャンク化して SQLite FTS5 にインデックス化します。別の stdio サーバーは、Claude Code に 4つの読み取り専用ツールsearch_docsget_docget_doc_outlinelist_sources — を公開します。厳格なトークン予算に基づいて設計されており、1回のツール呼び出しがコンテキストウィンドウを汚染することはありません。

サーバーはクエリ時にネットワークI/Oを一切行いません。取り込みと配信は、意図的に1つのデータストアを共有する2つのバイナリです。

Related MCP server: MCP AI Docs

このリポジトリが含むのはフェッチャーであり、ドキュメントではありません

コーパスは Anthropic の著作権で保護されたドキュメントです。corpus/data/ は gitignore されており、今後もその予定です。cdm fetch を実行して、ご自身のローカルコピーを構築してください。

ドキュメント

File

内容

docs/claude-docs-mcp-spec.html

設計仕様 — ソース、スキーマ、ツール契約、ADR

docs/implementation-plan.html

エントリーゲート、終了条件、ハンドオフ契約を含むフェーズ0〜7の計画

完全なREADME — アーキテクチャ図、トランスクリプト、測定結果、率直な制限事項 — は計画のフェーズ7です。

ライセンス

MIT(LICENSE を参照。フェーズ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