mcp kinetic gain for VS Code
io.github.mizcausevic-dev/mcp-kinetic-gain
Unified MCP server for the 12-spec Kinetic Gain Suite + DefenseTech 6-pack — 75 governance tools.
client:VS Code
transport:stdio
runtime:npm
Install mcp kinetic gain in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "audit-stream-url",
"description": "AUDIT_STREAM_URL",
"password": true
}
],
"servers": {
"mcp-kinetic-gain": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-kinetic-gain"
],
"env": {
"AUDIT_STREAM_URL": "${input:audit-stream-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs