Gatewerk
Rank #31,762io.github.gatewerk/mcp
The open-source review layer for AI agents. Work done for humans is decided by humans.
Gatewerk is a Model Context Protocol (MCP) server published by gatewerk. It ranks #31,762 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Gatewerk is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 14, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 100,284 of 132,046 servers on MCP Toplist.
Use Gatewerk
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gatewerk -e "GATEWERK_API_KEY=<your GATEWERK_API_KEY>" -e "GATEWERK_URL=<your GATEWERK_URL>" -e "GATEWERK_REVIEWER=<your GATEWERK_REVIEWER>" -- npx -y @gatewerk/mcpReplace each placeholder with your own value before saving.
[mcp_servers.gatewerk]
command = "npx"
args = ["-y", "@gatewerk/mcp"]
[mcp_servers.gatewerk.env]
GATEWERK_API_KEY = "<your GATEWERK_API_KEY>"
GATEWERK_URL = "<your GATEWERK_URL>"
GATEWERK_REVIEWER = "<your GATEWERK_REVIEWER>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gatewerk": {
"command": "npx",
"args": [
"-y",
"@gatewerk/mcp"
],
"env": {
"GATEWERK_API_KEY": "<your GATEWERK_API_KEY>",
"GATEWERK_URL": "<your GATEWERK_URL>",
"GATEWERK_REVIEWER": "<your GATEWERK_REVIEWER>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gatewerk": {
"command": "npx",
"args": [
"-y",
"@gatewerk/mcp"
],
"env": {
"GATEWERK_API_KEY": "<your GATEWERK_API_KEY>",
"GATEWERK_URL": "<your GATEWERK_URL>",
"GATEWERK_REVIEWER": "<your GATEWERK_REVIEWER>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gatewerk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gatewerk/mcp"
],
"env": {
"GATEWERK_API_KEY": "<your GATEWERK_API_KEY>",
"GATEWERK_URL": "<your GATEWERK_URL>",
"GATEWERK_REVIEWER": "<your GATEWERK_REVIEWER>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gatewerk": {
"command": "npx",
"args": [
"-y",
"@gatewerk/mcp"
],
"env": {
"GATEWERK_API_KEY": "<your GATEWERK_API_KEY>",
"GATEWERK_URL": "<your GATEWERK_URL>",
"GATEWERK_REVIEWER": "<your GATEWERK_REVIEWER>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gatewerk": {
"command": "npx",
"args": [
"-y",
"@gatewerk/mcp"
],
"env": {
"GATEWERK_API_KEY": "<your GATEWERK_API_KEY>",
"GATEWERK_URL": "<your GATEWERK_URL>",
"GATEWERK_REVIEWER": "<your GATEWERK_REVIEWER>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.gatewerk%2Fmcp)<a href="https://mcptoplist.com/server/io.github.gatewerk%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.gatewerk%2Fmcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
gatewerk
Available versions (2)
| Version | Published |
|---|---|
| 1.1.4 | Aug 14, 2026 |
| 1.1.3 | Aug 14, 2026 |
Frequently asked questions
- Who maintains Gatewerk?
- Gatewerk is maintained by gatewerk, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Gatewerk listed on the Official MCP Registry?
- Yes — Gatewerk is listed on the Official MCP Registry, alongside Glama.
- How many versions does Gatewerk have?
- MCP Toplist tracks 2 versions of Gatewerk, most recently published on Aug 14, 2026.
- Where can I find the source code for Gatewerk?
- The source code for Gatewerk is hosted at github.com/gatewerk/gatewerk.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.