ship mcp for Cursor
io.github.colossal1598/ship-mcp
Clean TypeScript starter for MCP servers: zod-validated tools, tests, one-command dev loop.
client:Cursor
transport:stdio
runtime:npm
Install ship mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ship-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ship-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs