mcp server for Zed
io.github.publicaml/mcp-server
AML screening for crypto addresses: risk, sanctions, fund tracing and counterparties.
client:Zed
transport:stdio
runtime:npm
Install mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@publicaml/mcp-server"
],
"env": {
"PUBLICAML_API_KEY": "<PUBLICAML_API_KEY>",
"PUBLICAML_API_BASE": "<PUBLICAML_API_BASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs