claude_desktop_config.json•893 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>"
]
}
}
}