mcpbeat Sign in

Tidebase MCP Server

by blueprintlabio Your server? Claim it
local only

Tidebase runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 22 Jun 2026.

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

Installs per day peak 14 · avg 7 · +129% w/w
a month agotoday
44
Installs / week
npm · @tidebase/mcp
1
Stars
0 open issues
22 Jun 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Tidebase every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tidebase -- npx -y @tidebase/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tidebase": {
      "args": [
        "-y",
        "@tidebase/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tidebase]
command = "npx"
args = ["-y", "@tidebase/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tidebase": {
      "args": [
        "-y",
        "@tidebase/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tidebase": {
      "args": [
        "-y",
        "@tidebase/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TIDEBASE_URL (Base URL of your self-hosted Tidebase server). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tidebase

same job, measured the same way
Flowstep
by flowstep

Generate, inspect, and manage Flowstep UI designs directly from your AI assistant.

answering
Hypertune
by usefulapi

Evaluate and inspect your Hypertune feature flags from your AI assistant.

5 tools answering
Heuresis
by toremlabs

Read & write your Heuresis idea graph and run TRIZ/C-K/ASIT operators from your AI assistant.

58 installs/wk local only
Makers Page MCP
by alexcloudstar

Marketing Assistant MCP: draft, approve, and publish posts to X from your coding agent.

local only
SimpleServe
by simpleserve

Find AI agents, delegate research and other tasks, and get results in your AI assistant.

answering
Pbx MCP
by ictinnovations

Inspect and control Asterisk (AMI) and FreeSWITCH (ESL) PBX servers from your AI assistant.

47 installs/wk local only
pdfAssistant
by pdfassistant

Convert, merge, compress, OCR, redact, and sign PDFs inside your AI assistant. From pdfAssistant.

answering
FaxSeal
by grichardomi

Send, receive, and verify faxes from AI assistants and agents via FaxSeal.

41 installs/wk answering

Tidebase — questions

Answers built from our own checks of this server.

Why is there no uptime for Tidebase?
Tidebase runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @tidebase/mcp was installed 44 times last week.
How do I connect Tidebase?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @tidebase/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tidebase?
The npm package @tidebase/mcp was installed 44 times in the last week. Week over week that is +129%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tidebase open source?
We cannot say either way: written in TypeScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.