Skip to content
Zed

Taplid for Zed

io.github.taplid/taplid

Audit AI responses and artifacts with ALLOW, REVIEW, or BLOCK decisions and trust scores.

client:Zed transport:stdio runtime:npm

Install Taplid 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": {
    "taplid": {
      "command": "npx",
      "args": [
        "-y",
        "@taplid/mcp"
      ],
      "env": {
        "TAPLID_API_KEY": "<TAPLID_API_KEY>",
        "TAPLID_API_URL": "<TAPLID_API_URL>"
      }
    }
  }
}

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

Taplid in other clients