ライブラリドキュメントMCPサーバー
これは、Serper API を使用して、Langchain、Llama-Index、MCP、OpenAI などの一般的なライブラリのドキュメントを検索および取得できる MCP (Model Context Protocol) サーバーです。
特徴
自然言語クエリを使用してライブラリドキュメントを検索します。
Langchain、Llama-Index、MCP、OpenAI をサポートします (他のライブラリを追加するにはコードを更新します)。
Serper APIを使用してサイト固有の検索を実行します。BeautifulSoupを使用してドキュメントを解析し、返します。更新されたドキュメントを提供します。知識のカットオフ日がある LLM モデルに役立ちます。
Related MCP server: MCP LLMS-TXT Documentation Server
このサーバーを 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"
]
}
}
}Maintenance
Tools
Appeared in Searches
- Latest Python Libraries and Their Purposes
- MCP server for accessing online documentation of open-source libraries in coding agents
- Documentation server for Ansible, NixOS, and programming languages
- A service for finding the latest API documentation
- A server for searching Rust programming language documentation
Latest Blog Posts
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
