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
{
"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