Skip to content
Zed

mcp sift for Zed

io.github.codespar/mcp-sift

MCP server for Sift — global ML fraud detection: real-time risk scoring, decisions, event ingestion

client:Zed transport:stdio runtime:npm

Install mcp sift 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-sift": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-sift"
      ],
      "env": {
        "SIFT_API_KEY": "<SIFT_API_KEY>",
        "SIFT_ACCOUNT_ID": "<SIFT_ACCOUNT_ID>",
        "SIFT_BASE_URL": "<SIFT_BASE_URL>"
      }
    }
  }
}

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

mcp sift in other clients