MCP Server
MCP
io.github.harshitAgr/codabench-mcp
MCP server for the Codabench REST API — drives a full ML-benchmark participant workflow.
Install
uvx codabench-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "codabench-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "DRF token for Codabench. Obtain via https://www.codabench.org/api/docs/ > api-token-auth > Try it out.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CODABENCH_API_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment