LlamaCloud RAG MCP Server
by uiqkos
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLAMA_CLOUD_API_KEY | Yes | Your LlamaCloud API key. | |
| LLAMA_CLOUD_PIPELINE_ID | No | Your LlamaCloud pipeline ID (or use LLAMA_CLOUD_PIPELINE_URL). | |
| LLAMA_CLOUD_PIPELINE_URL | No | Your LlamaCloud pipeline URL (alternative to PIPELINE_ID). | |
| LLAMA_CLOUD_ORGANIZATION_ID | Yes | Your LlamaCloud organization ID. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_ragB | Query the database documents in LlamaCloud and get comprehensive answers with sources |
| search_documentsA | Search for relevant documents in the knowledge base without generating an answer |
| get_index_infoA | Get detailed information about the LlamaCloud index and its current status |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/uiqkos/llamacloud-rag-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server