Skip to main content
Glama

LlamaCloud MCP Server

by run-llama

LlamaCloud MCP サーバー

LlamaCloud上の複数の管理インデックスに接続するMCPサーバー

これはTypeScriptベースのMCPサーバーで、複数のツールを作成します。各ツールはLlamaCloud上の特定のマネージドインデックスに接続されます。各ツールはコマンドライン引数によって定義されます。

特徴

ツール

  • 定義したインデックスごとに個別のツールを作成します
  • 各ツールは特定のインデックスを検索するためのqueryパラメータを提供します
  • インデックス名に基づいてget_information_index_nameのようなツール名を自動生成します

インストール

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.json
  • Windows の場合: %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 を提供します。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

LlamaCloud上のマネージドインデックスに接続するMCPサーバー。これは、LlamaCloud上のマネージドインデックスへの接続を実装したTypeScriptベースのMCPサーバーです。

  1. 特徴
    1. ツール
  2. インストール
    1. ツール定義フォーマット
  3. 発達
    1. デバッグ

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    An MCP server that enables fetching web content using the Node.js undici library, supporting various HTTP methods, content formats, and request configurations.
    Last updated -
    66
    8
    TypeScript
    MIT License
    • Apple
    • Linux
  • -
    security
    A
    license
    -
    quality
    An MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.
    Last updated -
    32
    Python
    Apache 2.0
  • -
    security
    A
    license
    -
    quality
    An MCP server that enables web searches using a SearxNG instance, allowing MCP-compatible applications like Goose to perform internet searches.
    Last updated -
    Python
    GPL 3.0
  • -
    security
    A
    license
    -
    quality
    A local MCP server that integrates with Claude Desktop, enabling RAG capabilities to provide Claude with up-to-date private information from custom LlamaCloud indices.
    Last updated -
    42
    Python
    MIT License

View all related MCP servers

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