mcp kubernetes for Cursor
io.github.dockndevai/mcp-kubernetes
Kubernetes monitoring & ops for AI agents — safe-by-default access modes and guards.
client:Cursor
transport:stdio
runtime:npm
Install mcp kubernetes in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-kubernetes": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-kubernetes"
],
"env": {
"KUBECONFIG_PATH": "<KUBECONFIG_PATH>",
"K8S_MODE": "<K8S_MODE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs