MCP Documentation Server
@droidnext
MCP Documentation Server について
mcp_dev_docs_server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp_dev_docs_server": {
"command": "uv",
"args": [
"init"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Documentation Server?
The MCP Documentation Server serves documentation for various applications using the Model Context Protocol (MCP). It organizes and exposes documentation content—including quickstart guides and code examples—via MCP tools, and is designed for developers who want to integrate documentation into AI-assisted workflows.
How to use MCP Documentation Server?
Initialize the environment with uv init, uv venv, then install dependencies (fastapi, uvicorn, openai, fastmcp) and run uvicorn app.main:app. Start the server with ./scripts/start.sh. Connect Claude Desktop by adding a new MCP server configuration with the command npx mcp-remote pointing to http://localhost:8000/mcp-app-docs-server/mcp. Alternatively, inspect the server using npx @modelcontextprotocol/inspector.
Key features of MCP Documentation Server
- Serves application documentation via MCP tools
- Organizes content in a
content/directory per application - Provides
quickstartandcode_examplesMCP tools - Built with FastAPI and the
fastmcplibrary - Supports integration with Claude Desktop
- Allows inspection via the MCP Inspector tool
Use cases of MCP Documentation Server
- Serve quickstart guides to an AI assistant through MCP tools
- Provide code examples for an application on demand
- Integrate application documentation into a chat-based developer workflow
FAQ from MCP Documentation Server
What does the MCP Documentation Server do?
It exposes documentation (quickstart guides and code examples) as MCP tools so that AI assistants like Claude can retrieve them.
What tools does it provide?
Two MCP tools: quickstart (provides a quickstart guide for a specified application) and code_examples (provides code examples for a specified application).
What dependencies are required?
Python packages: fastapi, uvicorn, openai, fastmcp. The environment is set up with uv.
Where is the documentation stored?
Documentation is stored in the content/ directory. For the XYZ application, content is in content/xyz/.
How can I connect this server to Claude Desktop?
Add a server configuration in Claude Desktop’s Developer settings with the command npx mcp-remote http://localhost:8000/mcp-app-docs-server/mcp.
「メモリとナレッジ」の他のコンテンツ
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
コメント