Skip to content
Zed

agent infra mcp for Zed

io.github.lulzasaur9192/agent-infra-mcp

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

client:Zed transport:stdio runtime:npm

Install agent infra mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "agent-infra-mcp": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

agent infra mcp in other clients