mcp for Cursor
io.github.instanode-dev/mcp
Provision Postgres databases + webhooks from AI coding agents in one HTTP call.
client:Cursor
transport:stdio
runtime:npm
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@instanode/mcp"
],
"env": {
"INSTANODE_TOKEN": "<INSTANODE_TOKEN>",
"INSTANODE_API_BASE": "<INSTANODE_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs