Skip to content
Zed

mcp unico for Zed

io.github.codespar/mcp-unico

MCP server for Unico — Brazilian identity + KYC: CPF/CNPJ, OCR, face match, liveness, PEP/watchlists

client:Zed transport:stdio runtime:npm

Install mcp unico 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-unico": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-unico"
      ],
      "env": {
        "UNICO_CLIENT_ID": "<UNICO_CLIENT_ID>",
        "UNICO_CLIENT_SECRET": "<UNICO_CLIENT_SECRET>",
        "UNICO_ENV": "<UNICO_ENV>",
        "UNICO_BASE_URL": "<UNICO_BASE_URL>",
        "UNICO_AUTH_URL": "<UNICO_AUTH_URL>"
      }
    }
  }
}

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

mcp unico in other clients