Skip to content
Cursor

agent infra mcp for Cursor

io.github.lulzasaur9192/agent-infra-mcp

18 tools: agent memory, API drift detection, and HMAC-signed trust receipts

client:Cursor transport:stdio runtime:npm

Install agent infra 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-infra-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@lulzasaur9192/agent-infra-mcp"
      ],
      "env": {
        "AGENT_MEMORY_API_KEY": "<AGENT_MEMORY_API_KEY>",
        "AGENT_DRIFT_API_KEY": "<AGENT_DRIFT_API_KEY>",
        "TRUST_RECEIPT_API_KEY": "<TRUST_RECEIPT_API_KEY>"
      }
    }
  }
}

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

agent infra mcp in other clients