mcp kinetic gain for Cursor
io.github.mizcausevic-dev/mcp-kinetic-gain
Unified MCP server for the 12-spec Kinetic Gain Suite + DefenseTech 6-pack — 75 governance tools.
client:Cursor
transport:stdio
runtime:npm
Install mcp kinetic gain in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-kinetic-gain": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-kinetic-gain"
],
"env": {
"AUDIT_STREAM_URL": "<AUDIT_STREAM_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs