Skip to content
Cursor

agent services mcp for Cursor

io.github.gareth1953/agent-services-mcp

MCP server: x402-paid & free tools for AI agents — provenance, quality scoring, action audit.

client:Cursor transport:stdio runtime:npm

Install agent services mcp 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": {
    "agent-services-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-services-mcp"
      ],
      "env": {
        "PROVENANCE_URL": "<PROVENANCE_URL>",
        "QUALITY_GATE_URL": "<QUALITY_GATE_URL>",
        "AUDIT_URL": "<AUDIT_URL>"
      }
    }
  }
}

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

agent services mcp in other clients