deploy for Cursor
io.github.nometria/deploy
Deploy any app to any cloud. 20 tools for deployments, previews, and management.
client:Cursor
transport:stdio
runtime:npm
Install deploy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"deploy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nometria-ai/claude-code"
],
"env": {
"NOMETRIA_API_KEY": "<NOMETRIA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs