MCP Server
MCP
Runrun.it MCP Server
MCP server for Runrun.it: Tasks, Comments, Projects
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mcp-runrunit",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Runrun.it API App-Key (application key)",
"isRequired": true,
"isSecret": true,
"name": "RUNRUNIT_APP_KEY"
},
{
"description": "Runrun.it API User-Token (user authentication)",
"isRequired": true,
"isSecret": true,
"name": "RUNRUNIT_USER_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment