Skip to main content
Glama

MPC Docs Server

MPC ドキュメント サーバー

これは、Langchain、Llama Index、OpenAIの公式ドキュメントから情報を取得するためのシンプルなMCP(Model Context Protocol)サーバーです。MCP対応アプリケーションが関連するドキュメントスニペットを検索・取得するためのツールを提供します。

特徴

  • ドキュメントの取得: Langchain、Llama Index、OpenAI の公式ドキュメントからコンテンツを取得します。
  • MCP 互換性: MCP サーバーを実装し、他の MCP 互換アプリケーションと簡単に統合できます。
  • **シンプルなツール:**クエリとライブラリ名を受け入れ、関連するドキュメント スニペットを返すget_docsツールを公開します。

仕組み

はじめる

uv パッケージマネージャーのインストール

MacOS/Linuxの場合:

curl -LsSf https://astral.sh/uv/install.sh | sh

uvコマンドが確実に実行されるように、後でターミナルを再起動してください。

プロジェクトのセットアップ

プロジェクトを作成して初期化します。

# Create a new directory for our project uv init mcp-server cd mcp-server # Create virtual environment and activate it uv venv source .venv/bin/activate # On Windows use: .venv\Scripts\activate # Install dependencies uv add "mcp[cli]" httpx python-dotenv bs4

環境変数

ルート ディレクトリに.envファイルを作成し、以下を追加します。

SERPER_API_KEY=YOUR_SERPER_API_KEY

ウェブ検索機能を使用するには、SERPER APIキーが必要です。Serper.devから取得できます。Serper APIは、関連ドキュメントをウェブで検索するために使用しています。

サーバーの実行

MCP サーバーを起動します。

uv run main.py

サーバーが起動し、接続を受け入れる準備が整います。

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Langchain、Llama Index、OpenAI の公式ドキュメントから関連するドキュメント スニペットを検索および取得できるシンプルなモデル コンテキスト プロトコル サーバー。

  1. 特徴
    1. 仕組み
      1. はじめる
        1. uv パッケージマネージャーのインストール
        2. プロジェクトのセットアップ
        3. 環境変数
        4. サーバーの実行

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A flexible Model Context Protocol server that makes documentation or codebases searchable by AI assistants, allowing users to chat with code or docs by simply pointing to a git repository or folder.
        Last updated -
        1
        36
        49
        JavaScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server for ingesting, chunking and semantically searching documentation files, with support for markdown, Python, OpenAPI, HTML files and URLs.
        Last updated -
        Python
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that provides AI assistants and language models with access to Laravel 12 documentation, allowing them to list, read, and search through documentation files.
        Last updated -
        13
        Python
        MIT License
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        A server that provides organized documentation content for various applications using the Model Context Protocol, enabling AI assistants to access quickstart guides and code examples.
        Last updated -
        Python
        MIT License

      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/joaowinderfeldbussolotto/MCP-Websearch-Server'

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