llamaindex-mcp.md

LlamaIndex MCP

from"run-llama"
1.4k

LlamaIndex data framework for LLM applications

AI & ML
LlamaIndexRAGdataLLM
install.sh
# Clone the repository
$git clone https://github.com/run-llama/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve