MCP Server
MCP
Gatewerk
The open-source review layer for AI agents. Work done for humans is decided by humans.
Install
npx -y @gatewerk/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@gatewerk/mcp",
"version": "1.1.4",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Gatewerk API key (gwk_...). Generate one at your Gatewerk instance under Settings → API Keys.",
"isRequired": true,
"isSecret": true,
"name": "GATEWERK_API_KEY"
},
{
"description": "Base URL of your self-hosted Gatewerk instance (e.g. https://api.gatewerk.com). Defaults to http://localhost:3100.",
"name": "GATEWERK_URL"
},
{
"description": "Reviewer email used as decision attribution. When set, decisions made through the MCP server are attributed to this reviewer instead of the API key identity.",
"name": "GATEWERK_REVIEWER"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment