MCP server for Operator SDK - enables AI assistants to build Kubernetes operators
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"operator-sdk-mcp-ser": {
"command": "go",
"args": [
"run",
"github.com/rashmigottipati/operator-sdk-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add operator-sdk-mcp-ser go run github.com/rashmigottipati/operator-sdk-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"operator-sdk-mcp-ser": {
"command": "go",
"args": [
"run",
"github.com/rashmigottipati/operator-sdk-mcp-server@latest"
]
}
}
}