★ 4 stars
Go
⚙️ DevOps
Updated today
A manager,registry,broker, and infrastructure to manage , deploy, govern, and use MCP servers.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-runtime": {
"command": "go",
"args": [
"run",
"github.com/Agent-Hellboy/mcp-runtime@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-runtime go run github.com/Agent-Hellboy/mcp-runtime@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-runtime": {
"command": "go",
"args": [
"run",
"github.com/Agent-Hellboy/mcp-runtime@latest"
]
}
}
}
Topics
devops-automationdevops-infrastructuredevops-mcpdevops-toolskubernetes-deploymentkubernetes-goclientkubernetes-operatorkubernetes-platform-solutionmcpmcp-deploymentmcp-gatewaymcp-platformmcp-runtimemcp-tools