CAST Gatekeeper MCP Server
CAST Dashboard MCP server for compliance, quality, and technical debt insights for AI agents
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
docker.io/castbuild/gatekeeper-mcp-server:3.0.0-beta5-46 · oci
the record
Copied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.CAST-Extend/gatekeeper-mcp-server",
"description": "CAST Dashboard MCP server for compliance, quality, and technical debt insights for AI agents",
"title": "CAST Gatekeeper MCP Server",
"version": "3.0.0-beta5-46",
"icons": [
{
"src": "https://raw.githubusercontent.com/CAST-Extend/resources/master/com.castsoftware.dashboard.png",
"mimeType": "image/png"
}
],
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/castbuild/gatekeeper-mcp-server:3.0.0-beta5-46",
"runtimeHint": "docker",
"transport": {
"type": "streamable-http",
"url": "http://{HOST_CONTROL_PANEL}:{PORT_CONTROL_PANEL}/mcp/gatekeeper",
"variables": {
"HOST_CONTROL_PANEL": {
"description": "Hostname or IP of your CAST Dashboard Control Panel",
"isRequired": true
},
"PORT_CONTROL_PANEL": {
"description": "CAST Dashboard Control Panel port",
"default": "8098"
}
}
},
"runtimeArguments": [
{
"value": "{MCP_SERVER_PORT}:8283",
"variables": {
"MCP_SERVER_PORT": {
"description": "Host port to expose the MCP server on",
"default": "8283"
}
},
"type": "named",
"name": "-p"
},
{
"isRequired": true,
"value": "HOST_CONTROL_PANEL={HOST_CONTROL_PANEL}",
"variables": {
"HOST_CONTROL_PANEL": {
"description": "Hostname or IP of your CAST Dashboard Control Panel"
}
},
"type": "named",
"name": "-e"
},
{
"value": "PORT_CONTROL_PANEL={PORT_CONTROL_PANEL}",
"variables": {
"PORT_CONTROL_PANEL": {
"description": "Control Panel port",
"default": "8098"
}
},
"type": "named",
"name": "-e"
},
{
"isRequired": true,
"value": "DASHBOARD_API_KEY={DASHBOARD_API_KEY}",
"variables": {
"DASHBOARD_API_KEY": {
"description": "CAST Dashboard API key",
"isSecret": true
}
},
"type": "named",
"name": "-e"
}
],
"environmentVariables": [
{
"description": "CAST Dashboard Control Panel hostname or IP",
"isRequired": true,
"name": "HOST_CONTROL_PANEL"
},
{
"description": "CAST Dashboard Control Panel port",
"default": "8098",
"name": "PORT_CONTROL_PANEL"
},
{
"description": "API key for CAST Dashboard authentication",
"isRequired": true,
"isSecret": true,
"name": "DASHBOARD_API_KEY"
},
{
"description": "Internal port the MCP server container listens on",
"default": "8283",
"name": "MCP_SERVER_PORT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-11T09:36:43.43231Z",
"publishedAt": "2026-06-11T09:36:43.43231Z",
"updatedAt": "2026-06-11T09:36:43.43231Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 3.0.0-beta5-46last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.