AppCrane for Cursor
io.github.gitayg/appcrane
Deploy and manage apps on your own AppCrane instance, the self-hosted PaaS for AI-built apps.
client:Cursor
transport:stdio
runtime:npm
Install AppCrane in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"appcrane": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"appcrane-mcp"
],
"env": {
"APPCRANE_URL": "<APPCRANE_URL>",
"APPCRANE_KEY": "<APPCRANE_KEY>",
"APPCRANE_GITHUB_TOKEN": "<APPCRANE_GITHUB_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs