mcp server for Zed
io.github.arcxs-protocol/mcp-server
The DNS/SMTP for AI agents: cross-protocol discovery, messaging and transactions. No middleman fees.
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",
"@arcxs-protocol/mcp-server"
],
"env": {
"ARCXS_API_KEY": "<ARCXS_API_KEY>",
"ARCXS_BASE_URL": "<ARCXS_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs