Skip to main content
Glama

MCP Documentation Server

by mahawi1992

MCP 文档服务器

智能文档服务器,通过 Claude Desktop 集成提供 AI 辅助代码改进和文档管理。

特征

  • AI 文档指南:维护和更新文档知识库
  • AI代码助手:分析并改进代码质量
  • 框架支持
    • React.js
    • Next.js(带有 App Router)
    • Python
    • Vue.js
    • 角度
    • Node.js
  • Brave Search 集成:智能文档搜索和检索
  • 学习系统:随着时间的推移改进建议

快速入门

  1. 安装软件包:
npm install -g mcp-documentation-server
  1. 配置Claude桌面(config.json):
{ "mcpServers": { "documentation": { "command": "npx", "args": ["-y", "mcp-documentation-server"], "env": { "BRAVE_API_KEY": "<YOUR_BRAVE_API_KEY>" } } } }
  1. 开始与 Claude 一起使用:
Claude, search documentation for Next.js App Router

有关详细的设置说明,请参阅Claude Desktop 设置指南

开发设置

  1. 克隆存储库:
git clone https://github.com/mahawi1992/mcp-documentation-server.git cd mcp-documentation-server
  1. 安装依赖项:
npm install
  1. 创建 .env 文件:
PORT=3000 UPDATE_INTERVAL=3600000 CACHE_DURATION=86400000 BRAVE_API_KEY=your_brave_api_key
  1. 启动开发服务器:
npm run dev

文档

与 Claude Desktop 一起使用

基本命令

Claude, search documentation for React hooks
Claude, analyze this Python code and suggest improvements...
Claude, find best practices for Next.js App Router

高级用法

Claude, search for documentation about async/await in Python 3.9
Claude, analyze this code for security issues and suggest fixes...

更多示例,请参阅使用指南

贡献

  1. 分叉存储库
  2. 创建你的功能分支:
    git checkout -b feature/amazing-feature
  3. 提交您的更改:
    git commit -m 'Add amazing feature'
  4. 推送到分支:
    git push origin feature/amazing-feature
  5. 打开拉取请求

测试

运行测试套件:

npm test

运行特定测试:

npm test -- tests/integration/BraveSearchIntegration.test.ts

执照

该项目采用 MIT 许可证 - 有关详细信息,请参阅 LICENSE 文件

-
security - not tested
F
license - not found
-
quality - not tested

智能文档服务器,通过 Claude Desktop 集成提供 AI 辅助代码改进和文档管理。

  1. 特征
    1. 快速入门
      1. 开发设置
        1. 文档
          1. 与 Claude Desktop 一起使用
            1. 基本命令
            2. 高级用法
          2. 贡献
            1. 测试
              1. 执照

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  An 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
                  Last updated -
                  7
                  62
                  81
                  TypeScript
                  MIT License
                • -
                  security
                  F
                  license
                  -
                  quality
                  Enables AI assistants to enhance their responses with relevant documentation through a semantic vector search, offering tools for managing and processing documentation efficiently.
                  Last updated -
                  62
                  13
                  TypeScript
                • -
                  security
                  A
                  license
                  -
                  quality
                  A server that connects Claude to your documentation via Inkeep's API, enabling AI-powered interactions with your documentation content.
                  Last updated -
                  5
                  Python
                  MIT License
                  • Apple
                  • Linux
                • -
                  security
                  F
                  license
                  -
                  quality
                  An MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.
                  Last updated -
                  Python

                View all related MCP servers

                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/mahawi1992/mcp-documentation-server'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server