I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

run-llama_mcp-server-llamacloud
镜像://github.com/run-llama/mcp-server-llamacloud
3 years
Works with Finder
0
Github Watches
1
Github Forks
0
Github Stars
LlamaCloud MCP Server
A MCP server connecting to a managed index on LlamaCloud
This is a TypeScript-based MCP server that implements a connection to a managed index on LlamaCloud.
Features
Tools
-
get_information
- Get information from your knowledge base to answer questions.- Takes query as required parameters
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"llamacloud": {
"command": "node",
"args": [
"/path/to/llamacloud/build/index.js",
],
"env": {
"LLAMA_CLOUD_INDEX_NAME": "<YOUR_INDEX_NAME>",
"LLAMA_CLOUD_PROJECT_NAME": "<YOUR_PROJECT_NAME>",
"LLAMA_CLOUD_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Professional Flask/SQLAlchemy code guide. Follow: https://x.com/navid_re
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Reviews

user_6EKznG8s
As a dedicated MCP application user, I am thrilled with the run-llama_mcp-server-llamacloud by MCP-Mirror. The seamless integration and robust performance have significantly enhanced my workflow. Whether you’re managing multiple projects or seeking efficient server communication, this tool is a game-changer. The clear documentation and supportive community make implementation straightforward. Highly recommended for anyone looking to elevate their MCP server experience! Check it out: https://github.com/MCP-Mirror/run-llama_mcp-server-llamacloud.