Stats
Actions
Tags
npx claudepluginhub usatlas/marketplace --plugin atlasCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"rucio": {
"command": "pixi",
"args": [
"exec",
"rucio-mcp",
"serve",
"--read-only"
],
"env": {
"RUCIO_ACCOUNT": "${RUCIO_ACCOUNT}",
"RUCIO_AUTH_TYPE": "${RUCIO_AUTH_TYPE:-x509_proxy}"
}
}
}
}Replace placeholder values for: RUCIO_AUTH_TYPE
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
pixiCommand-line arguments passed to the server process
Environment variables set when the server starts
RUCIO_ACCOUNT=${RUCIO_ACCOUNT}RUCIO_AUTH_TYPE=${RUCIO_AUTH_TYPE:-x509_proxy}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server