Tenpace Review Router
io.github.tenpace-app/review-routerHuman-authenticated setup for routing GitHub pull requests into the right Slack channel.
Tools · 5
Create an inert GitHub-to-Slack setup plan and return one browser sign-in URL for the person completing setup.
Read structured progress and the next required human action.
Read the exact current intent version and locked setup plan before asking a human to continue.
Idempotently create or reconcile the route after the person completing setup signed in, claimed the current intent, and connected both providers.
After route application, idempotently send one real Slack setup message through the production delivery path.
Resources · 1
Human-authenticated setup protocol, REST API, Action, and MCP instructions.
https://review-router.tenpace.com/docs/agent-setup.md
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"tenpace_review_router": {
"url": "https://api.tenpace.com/v1/review-router/mcp",
"transport": "streamable-http"
}
}
}