MCP Documentation Server
@MCP-Mirror
MCP Documentation Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"documentation": {
"command": "npx",
"args": [
"-y",
"mcp-documentation-server"
],
"env": {
"BRAVE_API_KEY": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Documentation Server?
MCP Documentation Server is a smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration. It supports multiple frameworks (React, Next.js, Python, Vue.js, Angular, Node.js) and uses Brave Search for intelligent documentation retrieval.
How to use MCP Documentation Server?
Install globally with npm install -g mcp-documentation-server, then configure Claude Desktop by adding the server entry to config.json with a valid BRAVE_API_KEY. Once configured, you can ask Claude to search documentation, analyze code, or find best practices. For development, clone the repository, install dependencies, set environment variables (PORT, UPDATE_INTERVAL, CACHE_DURATION, BRAVE_API_KEY), and run npm run dev.
Key features of MCP Documentation Server
- AI Documentation Guide for maintaining knowledge bases
- AI Code Assistant for code quality analysis
- Framework support: React, Next.js, Python, Vue.js, Angular, Node.js
- Brave Search Integration for smart documentation retrieval
- Learning system that improves suggestions over time
Use cases of MCP Documentation Server
- Search documentation for specific frameworks or APIs
- Analyze code snippets for improvements and security issues
- Find best practices for Next.js App Router or React hooks
FAQ from MCP Documentation Server
What is MCP Documentation Server and what does it do?
It is a documentation server that integrates with Claude Desktop to provide AI-assisted code improvement and documentation management, with support for multiple frameworks and smart search via Brave.
How do I configure MCP Documentation Server with Claude Desktop?
You install the package globally, then add a server entry to Claude Desktop's config.json with the command npx -y mcp-documentation-server and set the BRAVE_API_KEY environment variable.
What frameworks and runtimes does MCP Documentation Server support?
It supports React.js, Next.js (with App Router), Python, Vue.js, Angular, and Node.js.
How can I run MCP Documentation Server in development mode?
Clone the repository, install dependencies, create a .env file with PORT, UPDATE_INTERVAL, CACHE_DURATION, and BRAVE_API_KEY, then run npm run dev.
What are the dependencies and data requirements for MCP Documentation Server?
It requires Node.js and a Brave Search API key. The server caches documentation for a configurable duration (default 24 hours) and updates documentation at a configurable interval (default 1 hour).
「メモリとナレッジ」の他のコンテンツ
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
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.
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
コメント