Skip to content
Zed

mcp persona for Zed

io.github.codespar/mcp-persona

MCP server for Persona — developer-first identity verification + KYC (inquiries, accounts, reports)

client:Zed transport:stdio runtime:npm

Install mcp persona 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": {
    "mcp-persona": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-persona"
      ],
      "env": {
        "PERSONA_API_KEY": "<PERSONA_API_KEY>",
        "PERSONA_API_VERSION": "<PERSONA_API_VERSION>"
      }
    }
  }
}

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

mcp persona in other clients