cli for Cursor
io.settlemesh/cli
Deploy and monetize agent-built apps: login, database, usage billing, and end-user-pays.
client:Cursor
transport:stdio
runtime:npm
Install cli in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"settlemesh"
],
"env": {
"SETTLE_API_KEY": "<SETTLE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs