Catalog
io.github.CAST-Extend/gatekeeper-mcp-server
OfficialCAST Gatekeeper MCP Server
CAST Dashboard MCP server for compliance, quality, and technical debt insights for AI agents
Provides compliance, quality, and technical debt insights via CAST Dashboard for AI agents.
README not available yet.
Install
Configuration
Environment variables
HOST_CONTROL_PANELrequiredCAST Dashboard Control Panel hostname or IP
PORT_CONTROL_PANELdefault 8098CAST Dashboard Control Panel port
DASHBOARD_API_KEYrequiredsecretAPI key for CAST Dashboard authentication
MCP_SERVER_PORTdefault 8283Internal port the MCP server container listens on
Arguments
-pdefault {MCP_SERVER_PORT}:8283-erequireddefault HOST_CONTROL_PANEL={HOST_CONTROL_PANEL}claude_desktop_config.json
{
"mcpServers": {
"gatekeeper-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/castbuild/gatekeeper-mcp-server:3.0.0-beta5-46"
],
"env": {
"HOST_CONTROL_PANEL": "<YOUR_HOST_CONTROL_PANEL>",
"PORT_CONTROL_PANEL": "8098",
"DASHBOARD_API_KEY": "<YOUR_DASHBOARD_API_KEY>",
"MCP_SERVER_PORT": "8283"
}
}
}
}