{
  "name": "llamacloud",
  "url": "https://github.com/run-llama/mcp-server-llamacloud",
  "description": "LlamaCloud LLM provider MCP server for LlamaIndex integration",
  "command": "npx",
  "args": {
    "fixed": ["-y", "@llamaindex/mcp-server-llamacloud"],
    "configurable": [
      {
        "type": "named",
        "name": "index",
        "flag": "--index",
        "description": "Name of the index to use",
        "required": true
      },
      {
        "type": "named",
        "name": "description",
        "flag": "--description",
        "description": "Description of the index. Used by the MCP client to decide whether to use the index or not.",
        "required": true
      }
    ]
  },
  "env": [
    {
      "name": "LLAMA_CLOUD_PROJECT_NAME",
      "description": "Project name for LlamaCloud integration"
    },
    {
      "name": "LLAMA_CLOUD_API_KEY",
      "description": "API key for accessing LlamaCloud services"
    }
  ]
}
