MCP servers
Updated 2026-08-28
MCP (Model Context Protocol) servers connect your coding agent — Cursor, Claude, or anything that speaks MCP — to the tools we use every day at Abridge. Instead of copy-pasting IDs and context, your agent can query Holodeck, open Linear issues, read Notion, or pull Datadog metrics directly.
This guide lists the recommended servers and gives you a one-line install.
Install everything
Run this once. It merges the recommended servers into your Cursor config
(~/.cursor/mcp.json) without touching anything you've already set up:
curl -fsSL https://cloud.abridge.services/install-mcps.sh | bash
Then reload Cursor and open Settings › MCP to authenticate each server.
Prefer to scope it to a single repo? Run the script with --project to write
./.cursor/mcp.json instead. See Manual setup for the full script and a
per-server breakdown.
Recommended servers
| Server | What it's for | Endpoint |
|---|---|---|
| Holodeck | Preview environments — spin up and inspect slots | mcp.cloud.abridge.services/holodeck |
| Frankie | Agentic workflows across the platform | mcp.cloud.abridge.services/frankie |
| Datadog | Metrics, logs, traces, and monitors | mcp.cloud.abridge.services/datadog |
| Notion | Search and edit docs, specs, and tasks | mcp.notion.com/mcp |
| Linear | Issues, projects, and cycles | mcp.linear.app/sse |
| Context7 | Up-to-date library and framework docs | mcp.context7.com/mcp |
All six are remote HTTP/SSE servers, so there's nothing to install locally — the script just registers them and Cursor handles auth on first use.
Next steps
- New to the platform? Start with the Get started guide.
- Want to add your own server to this list? See Manual setup for the config
shape, then open a PR against
install-mcps.sh.