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
{
"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