Skip to content
Cursor

Janus for Cursor

io.github.tonylchang/janus-mcp

Secure Kubernetes MCP server: scoped, redacted diagnostics and human-approved writes

client:Cursor transport:stdio runtime:pypi

Install Janus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "janus-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "janus-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Janus in other clients