LlamaCloud
(by marcusschiesser) - Integrate the data stored in a managed index on LlamaCloud
Overview
LlamaCloud is a TypeScript-based MCP server that connects to a managed index on LlamaCloud, facilitating data retrieval and integration.
To use LlamaCloud, set up the MCP server by installing the necessary dependencies, building the server, and configuring it with your Claude Desktop environment.
- Implements a connection to a managed index on LlamaCloud. - Provides a tool to fetch information from your knowledge base using the
get_informationcommand.
- Integrating and querying data from a managed index for applications.
- Enhancing machine learning workflows by providing quick access to relevant information.
- Serving as a backend for applications that require data retrieval capabilities.
Add to your AI client
Use these steps to connect LlamaCloud in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"llamacloud-marcusschiesser": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-llamacloud-marcusschiesser"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"llamacloud-marcusschiesser": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-llamacloud-marcusschiesser"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"llamacloud-marcusschiesser": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-llamacloud-marcusschiesser"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"llamacloud-marcusschiesser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-llamacloud-marcusschiesser"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"llamacloud-marcusschiesser": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-llamacloud-marcusschiesser"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"llamacloud-marcusschiesser": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-llamacloud-marcusschiesser"
]
}
}
}FAQ
What programming language is LlamaCloud built with?
LlamaCloud is built using TypeScript.
How can I install LlamaCloud?
You can install it by running `npm install` in your project directory after cloning the repository.
Where can I find debugging tools for LlamaCloud?
You can use the MCP Inspector for debugging, which can be installed and run via `npm run inspector`.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":64,"uuid":"600b0724-bcf1-4001-bf9f-b76fcf817657","name":"llamacloud","title":"LlamaCloud","description":"(by marcusschiesser) - Integrate the data stored in a managed index on LlamaCloud","avatar_url":"https://cloud.llamaindex.ai/_next/image?url=%2Fassets%2Frounded_corners_logo.png&w=256&q=75","created_at":"2024-12-05T16:27:19.593Z","updated_at":"2024-12-13T07:45:51.844Z","status":"created","author_name":"marcusschiesser","author_avatar_url":"","tags":"llamacloud,mcp-server,managed-index","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/run-llama/mcp-server-llamacloud","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]