tidebase for Cursor
io.github.blueprintlabio/tidebase
Inspect Tidebase agent runs, resolve approval gates, and trigger recovery from your AI assistant.
client:Cursor
transport:stdio
runtime:npm
Install tidebase in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tidebase": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tidebase/mcp"
],
"env": {
"TIDEBASE_URL": "<TIDEBASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs