ライブラリドキュメント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
ファイルを次の構成で更新します。
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.
Tools
Langchain、Llama-Index、MCP、OpenAI などの人気のライブラリのドキュメントをリアルタイムで取得する MCP サーバー。これにより、LLM は知識の締め切り日を超えて更新されたライブラリ情報にアクセスできるようになります。
Related MCP Servers
- -securityFlicense-qualityA 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 contextLast updated -4737JavaScript
- -securityAlicense-qualityAn 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 -566PythonMIT License
- -securityFlicense-qualityA 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 -1Python
- AsecurityFlicenseAqualityA lightweight MCP server that provides a unified interface to various LLM providers including OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama.Last updated -6565Python
Appeared in Searches
- A server for exploring and analyzing large OpenAPI schemas efficiently
- An open-source MCP service leveraging large models for innovative problem-solving
- Finding the Best Memory Compression Policies (MCPs) for Optimizing Limited Context Window in Claude Code
- A search for information related to 'augment'
- Learning to Read and Use GitHub Project Documentation