MPC Docs Server
MPC ドキュメント サーバー
これは、Langchain、Llama Index、OpenAIの公式ドキュメントから情報を取得するためのシンプルなMCP(Model Context Protocol)サーバーです。MCP対応アプリケーションが関連するドキュメントスニペットを検索・取得するためのツールを提供します。
Related MCP server: Rememberizer MCP Server
特徴
ドキュメントの取得: Langchain、Llama Index、OpenAI の公式ドキュメントからコンテンツを取得します。
MCP 互換性: MCP サーバーを実装し、他の MCP 互換アプリケーションと簡単に統合できます。
**シンプルなツール:**クエリとライブラリ名を受け入れ、関連するドキュメント スニペットを返す
get_docsツールを公開します。
仕組み
graph LR
Client[MCP Client] -->|Calls tools| Server[MCP Server]
Server -->|Searches web for docs| Serper[Serper API]
Serper -->|Returns search results| Server
Server -->|Returns documentation| Clientはじめる
uv パッケージマネージャーのインストール
MacOS/Linuxの場合:
curl -LsSf https://astral.sh/uv/install.sh | shuvコマンドが確実に実行されるように、後でターミナルを再起動してください。
プロジェクトのセットアップ
プロジェクトを作成して初期化します。
# Create a new directory for our project
uv init mcp-server
cd mcp-server
# Create virtual environment and activate it
uv venv
source .venv/bin/activate # On Windows use: .venv\Scripts\activate
# Install dependencies
uv add "mcp[cli]" httpx python-dotenv bs4環境変数
ルート ディレクトリに.envファイルを作成し、以下を追加します。
SERPER_API_KEY=YOUR_SERPER_API_KEYウェブ検索機能を使用するには、SERPER APIキーが必要です。Serper.devから取得できます。Serper APIは、関連ドキュメントをウェブで検索するために使用しています。
サーバーの実行
MCP サーバーを起動します。
uv run main.pyサーバーが起動し、接続を受け入れる準備が整います。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol (MCP) server that enables semantic search and retrieval of documentation using a vector database (Qdrant). This server allows you to add documentation from URLs or local files and then search through them using natural language queries.24135Apache 2.0
- AlicenseNot gradedqualityBmaintenanceA Model Context Protocol server enabling LLMs to search, retrieve, and manage documents through Rememberizer's knowledge management API.35Apache 2.0
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server for ingesting, chunking and semantically searching documentation files, with support for markdown, Python, OpenAPI, HTML files and URLs.
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables intelligent document search and retrieval from PDF collections, providing semantic search capabilities powered by OpenAI embeddings and ChromaDB vector storage.13MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/joaowinderfeldbussolotto/MCP-Websearch-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server