Data framework for LLM apps. Index documents, build knowledge bases, and query data.
npx -y @llamaindex/mcp-server-llamaindex
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"llamaindex": {
"command": "npx",
"args": ["-y", "@llamaindex/mcp-server-llamaindex"]
}
}
}
```
run_inferencelist_modelsget_predictionstrain_modelevaluate_performanceData framework for LLM apps. Index documents, build knowledge bases, and query data.
Language: Python
Category: AI & ML