Catalog
io.github.Ratnaditya-J/spineframe
OfficialSpineFrame
Governance runtime for AI agents with signed provenance, compliance audits, and OSINT.
Governance runtime for AI agents with signed provenance, compliance audits, and OSINT.
README not available yet.
Install
Configuration
Environment variables
SPINEFRAME_RUNS_DIRDirectory for storing run data and artifacts
SPINEFRAME_CONFIGPath to providers.json config file
claude_desktop_config.json
{
"mcpServers": {
"spineframe": {
"command": "uvx",
"args": [
"spineframe"
],
"env": {
"SPINEFRAME_RUNS_DIR": "<YOUR_SPINEFRAME_RUNS_DIR>",
"SPINEFRAME_CONFIG": "<YOUR_SPINEFRAME_CONFIG>"
}
}
}
}