tidebase for Claude Desktop
io.github.blueprintlabio/tidebase
Inspect Tidebase agent runs, resolve approval gates, and trigger recovery from your AI assistant.
client:Claude Desktop
transport:stdio
runtime:npm
Install tidebase in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tidebase": {
"command": "npx",
"args": [
"-y",
"@tidebase/mcp"
],
"env": {
"TIDEBASE_URL": "<TIDEBASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs