Skip to content
Windsurf

mcp persona for Windsurf

io.github.codespar/mcp-persona

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

client:Windsurf transport:stdio runtime:npm

Install mcp persona in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "mcp-persona": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-persona"
      ],
      "env": {
        "PERSONA_API_KEY": "<PERSONA_API_KEY>",
        "PERSONA_API_VERSION": "<PERSONA_API_VERSION>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp persona in other clients