Skip to main content
Glama

Library Docs MCP Server

ライブラリドキュメント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

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

  1. 特徴
    1. このサーバーを LLM で使用する理由
      1. Claude Desktop の設定

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A MCP server that exposes OpenAPI schema information to LLMs like Claude. This server allows an LLM to explore and understand large OpenAPI schemas through a set of specialized tools, without needing to load the whole schema into the context
          Last updated 5 months ago
          58
          35
          JavaScript
          • Apple
          • Linux
        • -
          security
          A
          license
          -
          quality
          An MCP server that provides tools to load and fetch documentation from any llms.txt source, giving users full control over context retrieval for LLMs in IDE agents and applications.
          Last updated 7 days ago
          553
          Python
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          A customized MCP server that enables integration between LLM applications and documentation sources, providing AI-assisted access to LangGraph and Model Context Protocol documentation.
          Last updated a month ago
          1
          Python
          • Linux
          • Apple
        • A
          security
          F
          license
          A
          quality
          A lightweight MCP server that provides a unified interface to various LLM providers including OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama.
          Last updated a month ago
          6
          545
          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/vikramdse/docs-mcp-server'

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