Skip to main content
Glama
vikramdse

Library Docs MCP Server

by vikramdse

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

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

特徴

  • 自然言語クエリを使用してライブラリドキュメントを検索します。

  • Langchain、Llama-Index、MCP、OpenAI をサポートします (他のライブラリを追加するにはコードを更新します)。

  • Serper APIを使用してサイト固有の検索を実行します。

  • BeautifulSoupを使用してドキュメントを解析し、返します。

  • 更新されたドキュメントを提供します。知識のカットオフ日がある LLM モデルに役立ちます。

Related MCP server: docpilot-mcp

このサーバーを 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"
      ]
    }
  }
}
Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Tools

Related MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    An MCP server that provides tools to fetch live, version-accurate documentation, changelogs, examples, and method signatures for npm and PyPI packages, preventing AI coding agents from hallucinating stale APIs.
    16
    ISC
  • F
    license
    -
    quality
    B
    maintenance
    Local MCP server that indexes documentation from URLs/files into a vector database, enabling coding agents to search and use up-to-date library and API documentation.

View all related MCP servers

Related MCP Connectors

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • Augments MCP Server - A comprehensive framework documentation provider for Claude Code

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

View all MCP Connectors

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