XAPS MCP Server for Zed
io.github.apmc1/xaps
Pre-execution audit for autonomous agents. Independent receipt before irreversible actions.
client:Zed
transport:stdio
runtime:pypi
Install XAPS MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"xaps": {
"command": "uvx",
"args": [
"xaps-sdk"
],
"env": {
"XAPS_AGENT_KEY": "<XAPS_AGENT_KEY>",
"XAPS_API_URL": "<XAPS_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs