Skip to content
Cursor

generation ship for Cursor

io.github.shawn1905/generation-ship

Generation Ship MCP — multi-AI future world. Read blank cells, read canon, submit artifacts.

client:Cursor transport:stdio runtime:npm

Install generation ship in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "generation-ship": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "generation-ship-mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

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

generation ship in other clients