Skip to main content
Glama

MCP Documentation Server

by mahawi1992

MCP ドキュメント サーバー

Claude Desktop 統合を通じて AI 支援によるコード改善とドキュメント管理を提供するスマート ドキュメント サーバー。

特徴

  • AIドキュメントガイド:ドキュメントナレッジベースの維持と更新
  • AIコードアシスタント:コードの品質を分析し、改善します
  • フレームワークのサポート:
    • リアクト
    • Next.js(App Router 付き)
    • パイソン
    • 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デスクトップセットアップガイドを参照してください。

開発セットアップ

  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