Servers
Root Signals Mcp
@root-signals
MCP for Scorable Evaluation Platform
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"root-signals-mcp": {
"command": "docker",
"args": [
"run",
"-e",
"SCORABLE_API_KEY=<your_key>",
"-p",
"0.0.0.0:9090:9090",
"--name=rs-mcp",
"-d",
"ghcr.io/scorable/scorable-mcp:latest"
]
}
}
}