Crossplane for Zed
io.github.ravibagri5/crossplane-mcp-server
Read-only access to a Crossplane control plane: resources, claims, packages, compositions.
client:Zed
transport:stdio
runtime:oci
Install Crossplane in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"crossplane-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ravibagri5/crossplane-mcp-server:0.1.5"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs