Skip to content

agent identity mcp for Zed

io.github.flovoice53-tech/agent-identity-mcp

Gives an AI agent a disposable email and a real UK phone number to test signup flows.

client:Zed transport:stdio runtime:npm

Install agent identity 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-identity-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-identity-mcp"
      ],
      "env": {
        "SMS_FLORIN_API_KEY": "<SMS_FLORIN_API_KEY>"
      }
    }
  }
}

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

agent identity mcp in other clients