mcp-server-llamacloud
75
LlamaCloud MCP Server is a TypeScript-based server that connects to managed indexes on LlamaCloud, allowing for the creation of multiple tools each linked to a specific index. It offers customizable configurations and supports development with debugging tools.
How do I define multiple tools in the MCP server?
You can define multiple tools by providing pairs of --index
and --description
arguments in the args
array of the MCP config.
Where can I find the MCP config for Claude Desktop?
On MacOS, it's located at ~/Library/Application Support/Claude/claude_desktop_config.json
, and on Windows, it's at %APPDATA%/Claude/claude_desktop_config.json
.
How can I debug the MCP server?
You can use the MCP Inspector, which is available as a package script. Run npm run inspector
to access debugging tools in your browser.