
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
@tidebase/mcp
Advanced tools
MCP server for Tidebase — inspect agent runs, read checkpoints and state versions, resolve approval gates, and trigger recovery from any MCP-compatible AI assistant.
MCP server for Tidebase — lets AI assistants (Claude Code, Claude Desktop, Cursor, or any MCP client) inspect agent runs, read checkpoints and state versions, resolve approval gates, and trigger recovery.
Tidebase is an open-source checkpoint layer for AI agents: wrap your steps, and failed runs resume from the last safe point — in your own Postgres, without moving execution into a new runtime.
Claude Code:
claude mcp add tidebase -e TIDEBASE_URL=http://localhost:7373 -- npx -y @tidebase/mcp
Claude Desktop / generic MCP client config:
{
"mcpServers": {
"tidebase": {
"command": "npx",
"args": ["-y", "@tidebase/mcp"],
"env": { "TIDEBASE_URL": "http://localhost:7373" }
}
}
}
| Tool | What it does |
|---|---|
tidebase_health | Verify the server is reachable |
tidebase_list_runs | List the 100 most recent runs with status |
tidebase_get_run | Full run detail: steps, resume contracts, state, gates, child runs, events, usage |
tidebase_create_run | Register a run (your app still invokes the workflow) |
tidebase_get_state_versions | Versioned state history; snapshots are labeled versions |
tidebase_resolve_gate | Approve/reject/cancel a pending gate (requires resolveToken; exactly-once) |
tidebase_trigger_recovery | Dispatch the run's recovery webhook to resume it |
run_abc stop?" → the assistant reads the run detail and explains which step failed and how it was classified (failed_retryable / manual_review / failed).| Env var | Default | Meaning |
|---|---|---|
TIDEBASE_URL | http://localhost:7373 | Base URL of your Tidebase server |
Note: Tidebase's alpha has no API authentication; only point this at trusted local/self-hosted servers.
npm install
npm run build
TIDEBASE_URL=http://localhost:7373 node dist/index.js
FAQs
MCP server for Tidebase — inspect agent runs, read checkpoints and state versions, resolve approval gates, and trigger recovery from any MCP-compatible AI assistant.
The npm package @tidebase/mcp receives a total of 26 weekly downloads. As such, @tidebase/mcp popularity was classified as not popular.
We found that @tidebase/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.