anyone tried the LlamaCloud MCP server by @marcusschiesser?
https://github.com/run-llama/mcp-server-llamacloud. I followed instruction started the local server, added the server to claude_desktop_config.json with my llama cloud info. Claude desktop called the right
get_information
tool with the correct query, but returns error "Error executing code: MCP error -32603: Internal error".
{
"mcpServers": {
"llamacloud": {
"command": "node",
"args": [
"/Users/bj/mcp-server-llamacloud/build/index.js"
],
"env": {
"LLAMA_CLOUD_INDEX_NAME": "<MY_INDEX_NAME>",
"LLAMA_CLOUD_PROJECT_NAME": "<MY_PROJECT_NAME>",
"LLAMA_CLOUD_API_KEY": "<MY_API_KEY>"
}
}
}
}