Skip to content
Cursor

agirails mcp server for Cursor

io.github.unima3x/agirails-mcp-server

Payment rails for AI agents — escrow, settlement, discovery, and disputes from any context window.

client:Cursor transport:stdio runtime:npm

Install agirails mcp server in Cursor

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

{
  "mcpServers": {
    "agirails-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agirails/mcp-server"
      ]
    }
  }
}

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

agirails mcp server in other clients