Skip to content
Zed

Chassis for Zed

io.github.dvd90/chassis-mcp

Scaffold an Express 5 + TypeScript backend: database, auth, optional Next.js front end.

client:Zed transport:stdio runtime:npm

Install Chassis in Zed

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

{
  "context_servers": {
    "chassis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chassis-mcp"
      ]
    }
  }
}

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

Chassis in other clients