Skip to content

agent services mcp for Zed

io.github.gareth1953/agent-services-mcp

MCP server: x402-paid & free tools for AI agents — provenance, quality scoring, action audit.

client:Zed transport:stdio runtime:npm

Install agent services mcp 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": {
    "agent-services-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-services-mcp"
      ],
      "env": {
        "PROVENANCE_URL": "<PROVENANCE_URL>",
        "QUALITY_GATE_URL": "<QUALITY_GATE_URL>",
        "AUDIT_URL": "<AUDIT_URL>"
      }
    }
  }
}

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

agent services mcp in other clients