Catalog
io.github.BlueprintLabIO/tidebase
Officialby BlueprintLabIO · TypeScript
Inspect Tidebase agent runs, resolve approval gates, and trigger recovery from your AI assistant.
Monitor and manage Tidebase agent runs, resolve approvals, and trigger recovery actions.
Topics
ai-agentsdurable-executionhuman-in-the-looppostgresself-hostedcheckpointclaude-pluginmcpmcp-serverworkflow
README not available yet.
Install
Configuration
Environment variables
TIDEBASE_URLdefault http://localhost:7373Base URL of your self-hosted Tidebase server
claude_desktop_config.json
{
"mcpServers": {
"tidebase": {
"command": "npx",
"args": [
"-y",
"@tidebase/mcp@0.1.1"
],
"env": {
"TIDEBASE_URL": "http://localhost:7373"
}
}
}
}