mirror of
https://github.com/run-llama/llamacloud-mcp.git
synced 2026-07-01 21:24:03 -04:00
31 lines
893 B
JSON
31 lines
893 B
JSON
{
|
|
"mcpServers": {
|
|
"llama_index_docs_server": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"llamacloud-mcp@latest",
|
|
"--indexes",
|
|
"llama-index-docs:LlamaIndex documentation",
|
|
"--extract-agents",
|
|
"llama-index-docs-extract:LlamaIndex documentation extract agent",
|
|
"--project-id",
|
|
"<your-project-id>",
|
|
"--org-id",
|
|
"<your-org-id>",
|
|
"--api-key",
|
|
"<your-api-key>",
|
|
"--transport",
|
|
"stdio"
|
|
]
|
|
},
|
|
"filesystem": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-filesystem",
|
|
"<your directory you want filesystem tool to have access to>"
|
|
]
|
|
}
|
|
}
|
|
}
|