Skip to content
Zed

mcp-sanctions for Zed

io.github.atomno-mcp/mcp-sanctions

Sanctions/watchlist screening (RF, OFAC, EU, UK, UN) with confidence levels for KYC/AML.

client:Zed transport:stdio runtime:pypi

Install mcp-sanctions 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-sanctions": {
      "command": "uvx",
      "args": [
        "atomno-mcp-sanctions"
      ],
      "env": {
        "MCP_SANCTIONS_API_KEY": "<MCP_SANCTIONS_API_KEY>"
      }
    }
  }
}

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

mcp-sanctions in other clients