What is the ControlKeel MCP server?
Governed MCP workflows with policy validation, findings tracking, and review gates.
How to install ControlKeel
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"controlkeel": {
"command": "npx",
"args": [
"-y",
"@aryaminus/controlkeel"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"controlkeel": {
"command": "npx",
"args": [
"-y",
"@aryaminus/controlkeel"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"controlkeel": {
"command": "npx",
"args": [
"-y",
"@aryaminus/controlkeel"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"controlkeel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aryaminus/controlkeel"
]
}
}
}Claude Code
claude mcp add controlkeel -- npx -y @aryaminus/controlkeelRelated MCP servers
Multi-tradition astrology. 19 modes, 18 tools. Deterministic ephemeris engine.
1
View repository →Python