Unified MCP server for the 12-spec Kinetic Gain Suite + DefenseTech 6-pack — 75 governance tools.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y mcp-kinetic-gain
MCP client config
{
"mcpServers": {
"mcp-kinetic-gain": {
"command": "npx",
"args": [
"-y",
"mcp-kinetic-gain"
]
}
}
}