SpineFrame for Cline
io.github.ratnaditya-j/spineframe
Governance runtime for AI agents with signed provenance, compliance audits, and OSINT.
client:Cline
transport:stdio
runtime:pypi
Install SpineFrame in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"spineframe": {
"command": "uvx",
"args": [
"spineframe"
],
"env": {
"SPINEFRAME_RUNS_DIR": "<SPINEFRAME_RUNS_DIR>",
"SPINEFRAME_CONFIG": "<SPINEFRAME_CONFIG>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs