★ 1 stars
Go
⚙️ DevOps
Updated 7d ago
High-Performance Kubernetes MCP Server | 210+ tools | AI LLM integrations | prometheus, helm, grafana
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": {
"cloud-native-mcp-ser": {
"command": "go",
"args": [
"run",
"github.com/mahmut-Abi/cloud-native-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add cloud-native-mcp-ser go run github.com/mahmut-Abi/cloud-native-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"cloud-native-mcp-ser": {
"command": "go",
"args": [
"run",
"github.com/mahmut-Abi/cloud-native-mcp-server@latest"
]
}
}
}