ControlKeel
Rank #2,733io.github.aryaminus/controlkeel
Governed MCP workflows with policy validation, findings tracking, and review gates.
ControlKeel is a Model Context Protocol (MCP) server published by aryaminus. It ranks #2,733 of 115,460 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. ControlKeel is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Mar 18, 2026 and most recently updated on Apr 18, 2026.
Ranks ahead of 112,727 of 115,460 servers on MCP Toplist.
Use ControlKeel
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add controlkeel -- npx -y @aryaminus/controlkeel[mcp_servers.controlkeel]
command = "npx"
args = ["-y", "@aryaminus/controlkeel"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"controlkeel": {
"command": "npx",
"args": [
"-y",
"@aryaminus/controlkeel"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"controlkeel": {
"command": "npx",
"args": [
"-y",
"@aryaminus/controlkeel"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"controlkeel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aryaminus/controlkeel"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"controlkeel": {
"command": "npx",
"args": [
"-y",
"@aryaminus/controlkeel"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"controlkeel": {
"command": "npx",
"args": [
"-y",
"@aryaminus/controlkeel"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aryaminus%2Fcontrolkeel)<a href="https://mcptoplist.com/server/io.github.aryaminus%2Fcontrolkeel"><img src="https://mcptoplist.com/badge/io.github.aryaminus%2Fcontrolkeel.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
aryaminus
Other servers by aryaminus
View all aryaminus servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.29 | Apr 18, 2026 |
Frequently asked questions
- Who maintains ControlKeel?
- ControlKeel is maintained by aryaminus, which publishes 4 MCP servers (7 total versions) tracked on MCP Toplist.
- Is ControlKeel listed on the Official MCP Registry?
- Yes — ControlKeel is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does ControlKeel have?
- MCP Toplist tracks 1 version of ControlKeel, most recently published on Apr 18, 2026.
- Where can I find the source code for ControlKeel?
- The source code for ControlKeel is hosted at github.com/aryaminus/controlkeel.git.