LlamaCloud MCP Server
LlamaCloud MCP サーバー
LlamaCloud上の複数の管理インデックスに接続するMCPサーバー
これはTypeScriptベースのMCPサーバーで、複数のツールを作成します。各ツールはLlamaCloud上の特定のマネージドインデックスに接続されます。各ツールはコマンドライン引数によって定義されます。
特徴
ツール
定義したインデックスごとに個別のツールを作成します
各ツールは特定のインデックスを検索するための
queryパラメータを提供しますインデックス名に基づいて
get_information_index_nameのようなツール名を自動生成します
Related MCP server: MCP Docs RAG Server
インストール
MCP クライアント (例: Claude Desktop、Windsurf、Cursor) で使用するには、次の構成を MCP クライアント構成に追加します。
{
"mcpServers": {
"llamacloud": {
"command": "npx",
"args": [
"-y",
"@llamaindex/mcp-server-llamacloud",
"--index",
"10k-SEC-Tesla",
"--description",
"10k SEC documents from 2023 for Tesla",
"--index",
"10k-SEC-Apple",
"--description",
"10k SEC documents from 2023 for Apple"
],
"env": {
"LLAMA_CLOUD_PROJECT_NAME": "<YOUR_PROJECT_NAME>",
"LLAMA_CLOUD_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Claude の場合、MCP 構成は次の場所にあります。
MacOSの場合:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows の場合:
%APPDATA%/Claude/claude_desktop_config.json
ツール定義フォーマット
MCP 設定のargs配列では、 --indexと--descriptionのペアを指定することで複数のツールを定義できます。各ペアは新しいツールを定義します。
例えば:
--index "10k-SEC-Tesla" --description "10k SEC documents from 2023 for Tesla"10k-SEC-Tesla LlamaCloud インデックス用のツールを MCP サーバーに追加します。
発達
依存関係をインストールします:
npm installサーバーを構築します。
npm run build自動リビルドを使用した開発の場合:
npm run watch開発バージョンを使用するには、MCP 構成のnpx @llamaindex/mcp-server-llamacloud node ./build/index.jsに置き換えます。
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
npm run inspectorインスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
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
- AlicenseBqualityFmaintenanceA TypeScript-based MCP server that enables LLM agents to interact with Gel databases through natural language, providing tools to learn database schemas, validate and execute EdgeQL queries.21112ISC
- FlicenseAqualityFmaintenanceA TypeScript MCP server that allows querying documents using LLMs with context from locally stored repositories and text files through a RAG (Retrieval-Augmented Generation) system.418
- Alicense-qualityFmaintenanceA local MCP server that integrates with Claude Desktop, enabling RAG capabilities to provide Claude with up-to-date private information from custom LlamaCloud indices.225MIT
- Alicense-qualityDmaintenanceAn MCP server that enables LLMs to understand and work with TypeScript APIs they haven't been trained on by providing structured access to TypeScript type definitions and documentation.3046MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
Cloud-hosted MCP server for durable AI memory
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
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/run-llama/mcp-server-llamacloud'
If you have feedback or need assistance with the MCP directory API, please join our Discord server