Loading MCP server directory, please wait...
CAST Dashboard MCP server for compliance, quality, and technical debt insights for AI agents
npx @getmcp/cli add io.github.CAST-Extend/gatekeeper-mcp-serverRequires Docker Engine. Community-contributed server. Review source before installing.
HOST_CONTROL_PANELCAST Dashboard Control Panel hostname or IP
DASHBOARD_API_KEYAPI key for CAST Dashboard authentication
HOST_CONTROL_PANELCAST Dashboard Control Panel hostname or IP
DASHBOARD_API_KEYAPI key for CAST Dashboard authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.CAST-Extend/gatekeeper-mcp-server": {
"command": "docker",
"args": [
"{MCP_SERVER_PORT}:8283",
"run",
"-i",
"--rm",
"-e",
"HOST_CONTROL_PANEL",
"-e",
"PORT_CONTROL_PANEL",
"-e",
"DASHBOARD_API_KEY",
"-e",
"MCP_SERVER_PORT",
"docker.io/castbuild/gatekeeper-mcp-server:3.0.0-beta5-46"
],
"env": {
"HOST_CONTROL_PANEL": "",
"PORT_CONTROL_PANEL": "",
"DASHBOARD_API_KEY": "",
"MCP_SERVER_PORT": "8283"
}
}
}
}