Skip to content
Cursor

Synmerco for Cursor

io.github.joesrq/synmerco

Escrow, trust scores, and marketplace for AI agent commerce on 5 chains. 38 tools, 8 free.

client:Cursor transport:stdio runtime:npm

Install Synmerco in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "synmerco": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@synmerco/mcp-server"
      ],
      "env": {
        "SYNMERCO_API_KEY": "<SYNMERCO_API_KEY>",
        "SYNMERCO_BASE_URL": "<SYNMERCO_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Synmerco in other clients