Skip to content
Zed

mcp legiti for Zed

io.github.codespar/mcp-legiti

MCP server for Legiti — Brazilian fraud prevention: real-time order evaluation, chargeback feedback

client:Zed transport:stdio runtime:npm

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

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

mcp legiti in other clients