Rancher for Cursor
io.github.asklokesh/rancher-mcp-server
MCP server for Rancher API integration
client:Cursor
transport:stdio
runtime:pypi
Install Rancher in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rancher-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"rancher-mcp-server"
],
"env": {
"RANCHER_API_KEY": "<RANCHER_API_KEY>",
"RANCHER_API_URL": "<RANCHER_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs