mcp onfido for Zed
io.github.codespar/mcp-onfido
MCP server for Onfido — global identity verification + KYC: applicants, documents, checks, workflows
client:Zed
transport:stdio
runtime:npm
Install mcp onfido in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-onfido": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-onfido"
],
"env": {
"ONFIDO_API_TOKEN": "<ONFIDO_API_TOKEN>",
"ONFIDO_REGION": "<ONFIDO_REGION>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs