Tidebase
Rank #63,018io.github.BlueprintLabIO/tidebase
Inspect Tidebase agent runs, resolve approval gates, and trigger recovery from your AI assistant.
Tidebase is a Model Context Protocol (MCP) server published by blueprintlabio. It ranks #63,018 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Tidebase is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 10, 2026 and most recently updated on Jun 12, 2026.
Ranks ahead of 69,028 of 132,046 servers on MCP Toplist.
Use Tidebase
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tidebase -e "TIDEBASE_URL=<your TIDEBASE_URL>" -- npx -y @tidebase/mcpReplace each placeholder with your own value before saving.
[mcp_servers.tidebase]
command = "npx"
args = ["-y", "@tidebase/mcp"]
[mcp_servers.tidebase.env]
TIDEBASE_URL = "<your TIDEBASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tidebase": {
"command": "npx",
"args": [
"-y",
"@tidebase/mcp"
],
"env": {
"TIDEBASE_URL": "<your TIDEBASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tidebase": {
"command": "npx",
"args": [
"-y",
"@tidebase/mcp"
],
"env": {
"TIDEBASE_URL": "<your TIDEBASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tidebase": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tidebase/mcp"
],
"env": {
"TIDEBASE_URL": "<your TIDEBASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tidebase": {
"command": "npx",
"args": [
"-y",
"@tidebase/mcp"
],
"env": {
"TIDEBASE_URL": "<your TIDEBASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tidebase": {
"command": "npx",
"args": [
"-y",
"@tidebase/mcp"
],
"env": {
"TIDEBASE_URL": "<your TIDEBASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.BlueprintLabIO%2Ftidebase)<a href="https://mcptoplist.com/server/io.github.BlueprintLabIO%2Ftidebase"><img src="https://mcptoplist.com/badge/io.github.BlueprintLabIO%2Ftidebase.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
blueprintlabio
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 12, 2026 |
Frequently asked questions
- Who maintains Tidebase?
- Tidebase is maintained by blueprintlabio, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Tidebase listed on the Official MCP Registry?
- Yes — Tidebase is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Tidebase have?
- MCP Toplist tracks 1 version of Tidebase, most recently published on Jun 12, 2026.
- Where can I find the source code for Tidebase?
- The source code for Tidebase is hosted at github.com/blueprintlabio/tidebase.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.