Note: Make sure Claude Desktop is running before attempting to connect.
1{2 "mcpServers": {3 "llamaindex documentation": {4 "env": {},5 "args": [6 "llamacloud-mcp@latest",7 "--index",8 "your-index-name:Description of your index",9 "--index",10 "your-other-index-name:Description of your other index",11 "--extract-agent",12 "extract-agent-name:Description of your extract agent",13 "--project-name",14 "<Your LlamaCloud Project Name>",15 "--org-id",16 "<Your LlamaCloud Org ID>",17 "--api-key",18 "<Your LlamaCloud API Key>"19 ],20 "command": "uvx"21 }22 }23}
No reviews yet. Be the first to review!
Sign in to join the conversation