MCP Documentation Server
@mahawi1992
MCP Documentation Server について
MCP Documentation Server with AI Learning Capabilities
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"documentation": {
"command": "npx",
"args": [
"-y",
"mcp-documentation-server"
],
"env": {
"BRAVE_API_KEY": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Documentation Server?
A smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration, using the Model Context Protocol.
How to use MCP Documentation Server?
Install globally with npm install -g mcp-documentation-server, then configure Claude Desktop by adding a server entry in config.json with the command npx -y mcp-documentation-server and a BRAVE_API_KEY environment variable. After setup, interact via natural language commands like “Claude, search documentation for Next.js App Router” or “Claude, analyze this Python code and suggest improvements.”
Key features of MCP Documentation Server
- AI Documentation Guide that maintains and updates documentation knowledge bases.
- AI Code Assistant for analyzing and improving code quality.
- Framework support for React, Next.js, Python, Vue, Angular, and Node.js.
- Brave Search Integration for smart documentation search and retrieval.
- Learning system that improves suggestions over time.
Use cases of MCP Documentation Server
- Search documentation for React hooks or specific framework APIs.
- Analyze Python code and receive improvement suggestions.
- Find best practices for Next.js App Router.
- Search for documentation about async/await in Python 3.9.
- Analyze code for security issues and get fix suggestions.
FAQ from MCP Documentation Server
How do I install the MCP Documentation Server?
Install it globally using npm install -g mcp-documentation-server.
What frameworks does the server support?
It supports React, Next.js (with App Router), Python, Vue.js, Angular, and Node.js.
Do I need an API key to use it?
Yes, a Brave API key is required for the Brave Search Integration feature.
How do I configure Claude Desktop to use this server?
Add the server configuration to Claude Desktop’s config.json with the command npx -y mcp-documentation-server and set the BRAVE_API_KEY environment variable.
How does the learning system work?
The server improves its suggestions over time, though specific implementation details are not provided in
「メモリとナレッジ」の他のコンテンツ
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
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.
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
コメント