Skip to content
Zed

Attestify OS for Zed

io.github.attestifyagent/attestify-mcp

MCP stdio server for Attestify OS — governed agent execution and Attestify Trust signed evidence.

client:Zed transport:stdio runtime:npm

Install Attestify OS 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": {
    "attestify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "attestify-mcp"
      ],
      "env": {
        "ATTESTIFY_BASE_URL": "<ATTESTIFY_BASE_URL>",
        "ATTESTIFY_API_KEY": "<ATTESTIFY_API_KEY>",
        "TRUST_AGENT_ID": "<TRUST_AGENT_ID>",
        "TRUST_PRIVATE_KEY": "<TRUST_PRIVATE_KEY>"
      }
    }
  }
}

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

Attestify OS in other clients