A Model Context Protocol server that lets AI assistants understand a Crossplane control plane.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"crossplane-mcp-serve": {
"command": "go",
"args": [
"run",
"github.com/ravibagri5/crossplane-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add crossplane-mcp-serve go run github.com/ravibagri5/crossplane-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"crossplane-mcp-serve": {
"command": "go",
"args": [
"run",
"github.com/ravibagri5/crossplane-mcp-server@latest"
]
}
}
}