Review Router Setup
MCP serverCommunicationreview-router routes GitHub pull requests into the right Slack channel. Setup is human-authenticated, meaning a person confirms the GitHub and Slack connection before routing begins. Once it is added, your AI can keep pull request updates arriving where they belong in Slack.
Available today. Use it from your connected AI after setup.
No other account needed.
Add review-router, then have a person complete the authenticated setup at github.com/tenpace-app/review-router-setup to connect GitHub and Slack. After that, your AI can start sending pull requests to the right channel.
Then ask your AI: use Review Router Setup to start review router setup
What your AI can do with it
- Route GitHub pull requests into the right Slack channel
- Connect GitHub and Slack through a setup a person approves
- Keep pull request updates in the channel where they belong
- Start routing pull requests only after human sign-off is complete
From the project's README
As published by tenpace-app/review-router-setup in README.md.
Create a GitHub-to-Slack Review Router connection from a workflow or AI coding session. The Action produces one short-lived browser link. Open it and sign in to Tenpace to claim and lock the exact repository, Slack destination, routing preset, and reviewer mention policy.
The Action never receives GitHub App credentials, Slack OAuth tokens, provider authorization codes, or the human's Tenpace session.
Use the Action
Create .github/workflows/review-router-setup.yml:
name: Set up Review Router
on:
workflow_dispatch:
permissions:
contents: read
id-token: write
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: tenpace-app/review-router-setup@v1
with:
slack-channel: pull-requests
preset: repo-watch
reviewer-mentions: all
Run the workflow. The same GitHub user who started it opens the Continue Review Router setup link in the job summary, signs in to Tenpace, completes the GitHub and Slack steps, and lets the page reconcile and verify the route with a real Slack delivery.
Config as code
Instead of inputs, commit .tenpace/review-router.yml:
version: 1
route:
slack-channel: pull-requests
preset: repo-watch
reviewer-mentions: all
You can also set slack-workspace when the Tenpace team has more than one connected workspace. Explicit Action inputs override the file.
Inputs
slack-channel: Slack channel name, with or without#. Required unless present in the config file.slack-workspace: Optional exact workspace name, Slack team ID, or Tenpace workspace ID.preset:repo-watch,full-coverage, orteam-activity. Default:repo-watch.reviewer-mentions:all,connected-only, ornone. Default:all.config: Config path. Default:.tenpace/review-router.yml.
Outputs
setup-id: Public setup-session ID.setup-url: Short-lived human authorization URL.status: Initial status, normallyawaiting_human.
The machine setup token is masked and deliberately not exposed as an Action output. The displayed URL contains no claim secret: it is bound to the GitHub actor in the signed OIDC token, and that same GitHub user must open it. The browser flow can finish setup without putting a secret into another workflow step.
Security model
GitHub Actions OIDC proves the repository and actor for the workflow run. It does not grant provider authority. Tenpace verifies the OIDC issuer, signature, audience, time window, repository and owner IDs, actor ID, subject, and repository binding. Action URLs contain no claim secret and can only be claimed by that GitHub actor.
The server creates an inert intent. A Tenpace user signs in and claims the setup URL, which atomically locks that exact intent version. The machine token cannot edit after claim; the person who claimed the setup can edit it, and saving creates and locks the new version in the same action. Provider OAuth stays in the browser and encrypted credentials stay on Tenpace.
Setup creation and application are idempotent. The final check sends one message through the same Slack delivery path used for pull request notifications.
See SECURITY.md for reporting and operational details.
For coding agents
Read AGENTS.md before automating setup. Canonical machine-readable surfaces:
No AI-discovery convention is universal, so the same workflow is described in the Action metadata, README, AGENTS.md, linked HTML/Markdown docs, OpenAPI, MCP, and well-known descriptor.
The remote MCP server is also published to the official MCP Registry as
io.github.tenpace-app/review-router
License
MIT
Tools it offers (5)
What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.
start_review_router_setupget_review_router_setup_statuspreview_review_router_setupapply_review_router_setupsend_review_router_test
Signals
- Last commit
- Aug 2026
Advanced
- Delivery
- review-router MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-tenpace-app-review-router- Source
- github.com/tenpace-app/review-router-setup
- Hosted endpoint
https://api.tenpace.com/v1/review-router/mcp