Back to directory
@llamaindex/mcp-server-llamacloud

@llamaindex/mcp-server-llamacloud

@run-llama86

A MCP server that connects to and queries managed indexes on LlamaCloud, providing contextual information to MCP clients.

llamacloudragknowledge-basetypescriptcontext

Installation & Configuration

{
  "mcpServers": {
    "llamacloud": {
      "command": "npx",
      "args": [
        "-y",
        "@llamaindex/mcp-server-llamacloud",
        "--index",
        "10k-SEC-Tesla",
        "--description",
        "10k SEC documents from 2023 for Tesla",
        "--topK",
        "5",
        "--index",
        "10k-SEC-Apple",
        "--description",
        "10k SEC documents from 2023 for Apple"
      ],
      "env": {
        "LLAMA_CLOUD_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2024/12/3
Updated
2026/6/8