Exoscale MCP Server for Cursor
io.github.samisouabni/exoscale-mcp
MCP server for managing Exoscale cloud infrastructure — compute, Kubernetes, DNS, databases, storage
client:Cursor
transport:stdio
runtime:npm
Install Exoscale MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"exoscale-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@samisouabni/exoscale-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs