Skip to content
Zed

SpineFrame for Zed

io.github.ratnaditya-j/spineframe

Governance runtime for AI agents with signed provenance, compliance audits, and OSINT.

client:Zed transport:stdio runtime:pypi

Install SpineFrame 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": {
    "spineframe": {
      "command": "uvx",
      "args": [
        "spineframe"
      ],
      "env": {
        "SPINEFRAME_RUNS_DIR": "<SPINEFRAME_RUNS_DIR>",
        "SPINEFRAME_CONFIG": "<SPINEFRAME_CONFIG>"
      }
    }
  }
}

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

SpineFrame in other clients