Skip to main content
Glama

LlamaCloud MCP Server

by run-llama
claude_desktop_config.json893 B
{ "mcpServers": { "llama_index_docs_server": { "command": "uvx", "args": [ "llamacloud-mcp@latest", "--indexes", "llama-index-docs:LlamaIndex documentation", "--extract-agents", "llama-index-docs-extract:LlamaIndex documentation extract agent", "--project-id", "<your-project-id>", "--org-id", "<your-org-id>", "--api-key", "<your-api-key>", "--transport", "stdio" ] }, "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "<your directory you want filesystem tool to have access to>" ] } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/run-llama/llamacloud-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server