Skip to content
Zed

Exoscale MCP Server for Zed

io.github.samisouabni/exoscale-mcp

MCP server for managing Exoscale cloud infrastructure — compute, Kubernetes, DNS, databases, storage

client:Zed transport:stdio runtime:npm

Install Exoscale MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "exoscale-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@samisouabni/exoscale-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Exoscale MCP Server in other clients