LlamaCloud MCP サーバー
LlamaCloud上の複数の管理インデックスに接続するMCPサーバー
これはTypeScriptベースのMCPサーバーで、複数のツールを作成します。各ツールはLlamaCloud上の特定のマネージドインデックスに接続されます。各ツールはコマンドライン引数によって定義されます。
特徴
ツール
- 定義したインデックスごとに個別のツールを作成します
- 各ツールは特定のインデックスを検索するための
query
パラメータを提供します - インデックス名に基づいて
get_information_index_name
のようなツール名を自動生成します
インストール
MCP クライアント (例: Claude Desktop、Windsurf、Cursor) で使用するには、次の構成を MCP クライアント構成に追加します。
Claude の場合、MCP 構成は次の場所にあります。
- MacOSの場合:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows の場合:
%APPDATA%/Claude/claude_desktop_config.json
ツール定義フォーマット
MCP 設定のargs
配列では、 --index
と--description
のペアを指定することで複数のツールを定義できます。各ペアは新しいツールを定義します。
例えば:
10k-SEC-Tesla
LlamaCloud インデックス用のツールを MCP サーバーに追加します。
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
開発バージョンを使用するには、MCP 構成のnpx @llamaindex/mcp-server-llamacloud
node ./build/index.js
に置き換えます。
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
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
LlamaCloud上のマネージドインデックスに接続するMCPサーバー。これは、LlamaCloud上のマネージドインデックスへの接続を実装したTypeScriptベースのMCPサーバーです。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server implementation that integrates the Tavily Search API, providing optimized search capabilities for LLMs.Last updated -12TypeScriptMIT License
- -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 -5835JavaScript
- -securityFlicense-qualityAn MCP server that fetches real-time documentation for popular libraries like Langchain, Llama-Index, MCP, and OpenAI, allowing LLMs to access updated library information beyond their knowledge cut-off dates.Last updated -2Python
- AsecurityFlicenseAqualityA lightweight MCP server that provides a unified interface to various LLM providers including OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama.Last updated -6545Python