Stats
Actions
Tags
From deeporbit
Connects to a Deep Orbit RAG vault for retrieval-augmented generation queries, enabling document search and context retrieval. Requires a DEEPORBIT_VAULT identifier.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"deeporbit-rag": {
"command": "python3",
"args": [
"mcp/deeporbit_rag/server.py"
],
"env": {
"DEEPORBIT_VAULT": "${DEEPORBIT_VAULT}"
}
}
}
}Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
DEEPORBIT_VAULT=${DEEPORBIT_VAULT}npx claudepluginhub dull-bird/deeporbit --plugin deeporbit