LlamaIndex Documentation
82
0

Cursor
Setting up with Cursor
- Open Cursor's settings
- Navigate to the MCP section
- Click "Add new Global MCP server"
- Copy and paste the configuration below based on your operating system
JSON
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}
社区评论
0.0
0 条评论
5
0
4
0
3
0
2
0
1
0
暂无评论. 成为第一个评论的人!
登录以参与讨论