Library Docs MCP Server

Integrations

  • Provides search and retrieval of up-to-date Langchain documentation, enabling access to the latest library information beyond LLM knowledge cutoff dates.

  • Allows fetching and searching of current OpenAI documentation, providing access to the most recent API references and guides.

ライブラリドキュメントMCPサーバー

これは、Serper API を使用して、Langchain、Llama-Index、MCP、OpenAI などの一般的なライブラリのドキュメントを検索および取得できる MCP (Model Context Protocol) サーバーです。

特徴

  • 自然言語クエリを使用してライブラリドキュメントを検索します。
  • Langchain、Llama-Index、MCP、OpenAI をサポートします (他のライブラリを追加するにはコードを更新します)。
  • Serper APIを使用してサイト固有の検索を実行します。
  • BeautifulSoupを使用してドキュメントを解析し、返します。
  • 更新されたドキュメントを提供します。知識のカットオフ日がある LLM モデルに役立ちます。

このサーバーを LLM で使用する理由

Claude Desktopや類似のプラットフォームで使用されるものを含む多くのLLMモデルには、知識の期限が設定されており、最新のライブラリドキュメントにアクセスできない場合があります。このMCPサーバーは、以下の方法でこの問題を解決します。

  • 公式ソースからリアルタイムのドキュメントを取得します。
  • 開発とトラブルシューティングのための最新情報を提供します。
  • 新しいライブラリ更新を扱う際の応答の精度と関連性を向上します。

Claude Desktop の設定

このサーバーをClaude Desktopで使用するには、 claude_desktop_config.jsonファイルを次の構成で更新します。

{ "mcpServers": { "docs-mcp-server": { "command": "C:\\Users\\Vikram\\.local\\bin\\uv.exe", "args": [ "run", "--with", "mcp[cli]", "mcp", "run", "F:\\My Projects\\AI\\docs-mcp-server\\server.py" ] } } }
-
security - not tested
F
license - not found
-
quality - not tested

Langchain、Llama-Index、MCP、OpenAI などの人気のライブラリのドキュメントをリアルタイムで取得する MCP サーバー。これにより、LLM は知識の締め切り日を超えて更新されたライブラリ情報にアクセスできるようになります。

  1. Features
    1. Why Use This Server with LLMs?
      1. Setting Up with Claude Desktop
        ID: lfr1pvoggu