marketplace for Cursor
io.github.vdappdev2/marketplace
MCP server for Verus on-chain marketplace — create, browse, accept, and close offers
client:Cursor
transport:stdio
runtime:npm
Install marketplace in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"marketplace": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verusidx/marketplace-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs