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
{
"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