claude-docs-mcp
claude-docs-mcp
Claude 문서 말뭉치(corpus)를 위한 로컬 MCP 서버입니다. Claude Certified Architect – Foundations (CCA-F) 시험을 위한 실습 준비 및 포트폴리오 산출물로 제작되었습니다.
상태: 사양 및 단계 계획 완료, 구현은 시작되지 않음. 현재 진입 게이트는
docs/implementation-plan.html을 참조하세요.
개요
세 가지 문서 소스가 오프라인으로 크롤링되어 Markdown 말뭉치로 변환되고, 제목별로 청크(chunk)되어 SQLite FTS5에 인덱싱됩니다. 별도의 stdio 서버는 Claude Code에 네 가지 읽기 전용 도구 — search_docs, get_doc, get_doc_outline, list_sources — 를 제공하며, 엄격한 토큰 예산에 맞춰 설계되어 단 한 번의 도구 호출로도 컨텍스트 창이 오염되지 않습니다.
서버는 쿼리 시점에 네트워크 I/O를 수행하지 않습니다. 수집(ingestion)과 서빙(serving)은 하나의 데이터 저장소를 사용하는 두 개의 바이너리로, 의도적으로 분리되어 있습니다.
Related MCP server: MCP AI Docs
이 저장소는 페처(fetcher)를 포함하며, 문서 자체는 포함하지 않습니다
말뭉치는 Anthropic의 저작권 보호 문서입니다. corpus/와 data/는 gitignore 처리되어 있으며 앞으로도 그럴 것입니다. cdm fetch를 실행하여 로컬 복사본을 직접 구축하세요.
문서
파일 | 설명 |
설계 사양 — 소스, 스키마, 도구 계약, ADR | |
Phase 0–7 계획 — 진입 게이트, 종료 기준, 인계 계약 포함 |
전체 README — 아키텍처 다이어그램, 트랜스크립트, 측정 결과, 솔직한 한계점 — 은 계획의 Phase 7에 해당합니다.
라이선스
MIT (Phase 0 대기 중, LICENSE 참조)
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