forgejudge for Cursor
io.github.ahmedeid1/forgejudge
Open eval leaderboard + CI gate for autonomous coding agents (solve, score, trace).
client:Cursor
transport:stdio
runtime:pypi
Install forgejudge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"forgejudge": {
"type": "stdio",
"command": "uvx",
"args": [
"forgejudge"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs