MCP server for Runrun.it: Tasks, Comments, Projects
Set these up before or after installing:
Environment variable: RUNRUNIT_APP_KEY
Environment variable: RUNRUNIT_USER_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-znetinho-runrunit-n1": {
"env": {
"RUNRUNIT_APP_KEY": "your-runrunit-app-key-here",
"RUNRUNIT_USER_TOKEN": "your-runrunit-user-token-here"
},
"args": [
"-y",
"mcp-runrunit"
],
"command": "npx"
}
}
}Well-structured MCP server for Runrun.it API integration with proper authentication via environment variables and permissions appropriate for a developer tools server. Minor code quality improvements could be made around error handling and input validation, but no security vulnerabilities were found. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
Scanned 7 files · 7 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!