Skip to content
Zed

mcp caf for Zed

io.github.codespar/mcp-caf

MCP server for Caf — Brazilian KYC/KYB: face auth + liveness, document OCR, orchestrated onboarding

client:Zed transport:stdio runtime:npm

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

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

mcp caf in other clients