Skip to content
Zed

ClauseKeeper Compliance Scanner for Zed

io.github.mityda/clausekeeper

Scan website legal docs for missing or stale compliance clauses. Rule-based, no LLM.

client:Zed transport:stdio runtime:pypi

Install ClauseKeeper Compliance Scanner in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "clausekeeper": {
      "command": "uvx",
      "args": [
        "clausekeeper-mcp"
      ]
    }
  }
}

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

ClauseKeeper Compliance Scanner in other clients