L
Llama Index MCP
作者 @ajeet214
MCP server by ajeet214
创建于 6/2/2025
更新于 4 days ago
README
Repository documentation and setup instructions
llama_index_mcp
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx llama_index_mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"ajeet214-llama-index-mcp": {
"command": "uvx",
"args": [
"llama_index_mcp"
]
}
}
}