Skip to content
Cursor

Crossplane for Cursor

io.github.ravibagri5/crossplane-mcp-server

Read-only access to a Crossplane control plane: resources, claims, packages, compositions.

client:Cursor transport:stdio runtime:oci

Install Crossplane in Cursor

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

{
  "mcpServers": {
    "crossplane-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ravibagri5/crossplane-mcp-server:0.1.5"
      ]
    }
  }
}

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

Crossplane in other clients