Loading MCP server directory, please wait...
MCP server for RoboShadow's Rubicon Platform Data API.
npx @getmcp/cli add io.github.WYRE-AI/roboshadow-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
ROBOSHADOW_REFRESH_TOKENRoboShadow Refresh Token, generated at the RoboShadow portal under Reports > API Token. Exchanged internally for a short-lived Bearer Token before each call.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.WYRE-AI/roboshadow-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ROBOSHADOW_REFRESH_TOKEN",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-ai/roboshadow-mcp:v1.0.0"
],
"env": {
"ROBOSHADOW_REFRESH_TOKEN": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}