io.github.Patrax/review-router
OfficialProvides integration with GitHub repositories to route pull request reviews to a Slack channel, with configurable routing presets and reviewer mention policies.
Provides integration with Slack channels to receive pull request review notifications from GitHub, with configurable routing presets and reviewer mention policies.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@io.github.Patrax/review-routerSet up review routing for this repo to Slack channel #code-reviews"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Review Router Setup
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: allRun 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.
Related MCP server: CodePilot MCP
Config as code
Instead of inputs, commit .tenpace/review-router.yml:
version: 1
route:
slack-channel: pull-requests
preset: repo-watch
reviewer-mentions: allYou 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI agents to interact with GitHub through OAuth-authenticated operations including starting authorization flows, listing repositories, and creating issues using stored access tokens.Last updated1
- Flicense-qualityDmaintenanceEnables automation of workflows across GitHub, Notion, and Google Calendar with AI-powered task execution, personalized agent memory, and Slack integration for seamless team coordination and project management.Last updated
- Flicense-qualityDmaintenanceEnables AI assistants to interact with Slack workspaces through secure OAuth 2.0 authentication. Supports posting messages, reading channel history, and listing channels across multiple workspaces with production-ready security features.Last updated
- Alicense-qualityBmaintenanceEnables AI assistants to create and manage short URLs via the MCP protocol, with OAuth authentication through Cloudflare Access.Last updated8Apache 2.0
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tenpace-app/review-router-setup'
If you have feedback or need assistance with the MCP directory API, please join our Discord server