Skip to content
Cursor

Chassis for Cursor

io.github.dvd90/chassis-mcp

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

client:Cursor transport:stdio runtime:npm

Install Chassis in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "chassis-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "chassis-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Chassis in other clients