MCP Server
MCP
io.github.ahmedEid1/forgejudge
Open eval leaderboard + CI gate for autonomous coding agents (solve, score, trace).
Install
uvx forgejudge
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "forgejudge",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "forgejudge[mcp]==0.1.0",
"type": "named",
"name": "--from"
},
{
"value": "python",
"type": "positional"
},
{
"value": "-m",
"type": "positional"
},
{
"value": "forgejudge.mcp.server",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment