Tenpace Review Router for Claude Desktop
io.github.tenpace-app/review-router
Human-authenticated setup for routing GitHub pull requests into the right Slack channel.
client:Claude Desktop
transport:streamable-http
tools:5
Install Tenpace Review Router in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"review-router": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.tenpace.com/v1/review-router/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs