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

它是什么

三个文档源被离线抓取到 Markdown 语料库中,按标题分块,并索引到 SQLite FTS5。一个独立的 stdio 服务器向 Claude Code 暴露 四个只读工具search_docsget_docget_doc_outlinelist_sources — 这些工具按照严格的 token 预算设计,确保单次工具调用永远不会污染上下文窗口。

该服务器在查询时不执行任何网络 I/O。摄取和服务是两个二进制文件,共用一个数据存储,这是有意为之。

Related MCP server: MCP AI Docs

本仓库包含的是抓取器,而非文档

该语料库是 Anthropic 受版权保护的文档。corpus/data/ 已被 .gitignore 忽略,并将始终如此。运行 cdm fetch 以构建你自己的本地副本。

文档

文件

说明

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