Clervo Connect for Cursor
io.github.clervo/connect
Free-first Clervo tools and bounded opt-in commerce through one local wallet.
client:Cursor
transport:stdio
runtime:npm
Install Clervo Connect in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"connect": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clervo/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs