Odel
tidebase

tidebase

Local
@blueprintlabio1TypeScriptUpdated 2mo ago

Inspect Tidebase agent runs, resolve approval gates, and trigger recovery from your AI assistant.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@tidebase/mcpv0.1.1

Run

npx -y @tidebase/mcp

MCP client config

{
  "mcpServers": {
    "tidebase": {
      "command": "npx",
      "args": [
        "-y",
        "@tidebase/mcp"
      ]
    }
  }
}