Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

XAPS MCP Server in other clients