Used by 1 plugin
Connects to the Speedrun.com API to fetch and analyze personal gaming speedrun records and leaderboards.
Add to your .mcp.json:
{
"mcpServers": {
"speed-run": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/dist/index.js"
],
"env": {
"CEREBRAS_API_KEY": "${CEREBRAS_API_KEY}"
}
}
}
}Replace placeholder values for: CEREBRAS_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
nodeCEREBRAS_API_KEY=${CEREBRAS_API_KEY}