CAST Gatekeeper MCP Server for Cline
io.github.cast-extend/gatekeeper-mcp-server
CAST Dashboard MCP server for compliance, quality, and technical debt insights for AI agents
client:Cline
transport:stdio
runtime:oci
Install CAST Gatekeeper MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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": "<HOST_CONTROL_PANEL>",
"PORT_CONTROL_PANEL": "<PORT_CONTROL_PANEL>",
"DASHBOARD_API_KEY": "<DASHBOARD_API_KEY>",
"MCP_SERVER_PORT": "<MCP_SERVER_PORT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs