MCP.so
登录

MCP Documentation Server

@MCP-Mirror

关于 MCP Documentation Server

Mirror of

基本信息

分类

记忆与知识

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 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).

评论

记忆与知识 分类下的更多 MCP 服务器