Skip to content
Zed

mcp aml for Zed

io.github.cryptoapis-io/mcp-aml

MCP server for AML address verification and transaction screening via Crypto APIs

client:Zed transport:stdio runtime:npm

Install mcp aml 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-aml": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-aml"
      ],
      "env": {
        "CRYPTOAPIS_API_KEY": "<CRYPTOAPIS_API_KEY>"
      }
    }
  }
}

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

mcp aml in other clients