Skip to content
Zed

mcp konduto for Zed

io.github.codespar/mcp-konduto

MCP server for Konduto — Brazilian fraud prevention: order risk scoring, device intel, lists

client:Zed transport:stdio runtime:npm

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

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

mcp konduto in other clients