What is the SpineFrame MCP server?
Governance runtime for AI agents with signed provenance, compliance audits, and OSINT.
How to install SpineFrame
Copy-paste configuration for popular MCP clients.
SPINEFRAME_RUNS_DIRDirectory for storing run data and artifacts
SPINEFRAME_CONFIGPath to providers.json config file
{
"mcpServers": {
"spineframe": {
"command": "uvx",
"args": [
"spineframe"
],
"env": {
"SPINEFRAME_RUNS_DIR": "<YOUR_SPINEFRAME_RUNS_DIR>",
"SPINEFRAME_CONFIG": "<YOUR_SPINEFRAME_CONFIG>"
}
}
}
}{
"mcpServers": {
"spineframe": {
"command": "uvx",
"args": [
"spineframe"
],
"env": {
"SPINEFRAME_RUNS_DIR": "<YOUR_SPINEFRAME_RUNS_DIR>",
"SPINEFRAME_CONFIG": "<YOUR_SPINEFRAME_CONFIG>"
}
}
}
}{
"mcpServers": {
"spineframe": {
"command": "uvx",
"args": [
"spineframe"
],
"env": {
"SPINEFRAME_RUNS_DIR": "<YOUR_SPINEFRAME_RUNS_DIR>",
"SPINEFRAME_CONFIG": "<YOUR_SPINEFRAME_CONFIG>"
}
}
}
}{
"servers": {
"spineframe": {
"type": "stdio",
"command": "uvx",
"args": [
"spineframe"
],
"env": {
"SPINEFRAME_RUNS_DIR": "<YOUR_SPINEFRAME_RUNS_DIR>",
"SPINEFRAME_CONFIG": "<YOUR_SPINEFRAME_CONFIG>"
}
}
}
}claude mcp add spineframe --env SPINEFRAME_RUNS_DIR=<YOUR_SPINEFRAME_RUNS_DIR> --env SPINEFRAME_CONFIG=<YOUR_SPINEFRAME_CONFIG> -- uvx spineframeRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.