Container orchestration in one binary — containerd, its own eBPF datapath, Let's Encrypt TLS, GitOps, autoscaling, and an MCP server. No Kubernetes.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kanea": {
"command": "go",
"args": [
"run",
"github.com/m18h/kanea@latest"
]
}
}
}
Run in terminal:
claude mcp add kanea go run github.com/m18h/kanea@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"kanea": {
"command": "go",
"args": [
"run",
"github.com/m18h/kanea@latest"
]
}
}
}
README Excerpt
<div align="center"> <h1 align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="./logo/kanea-mark-dark.svg"> <img src="./logo/kanea-mark-light.svg" alt="" width="42" height="42" align="top"> </picture> Kanea </h1> <p align="center"><strong>Container orchestration in one binary.</strong></p>
Topics
containerdcontainersebpfgitopsgolanghomelablets-encryptmcporchestrationself-hosted