# Connect Coda Enterprise with Unblocked to give AI agents your docs

URL: https://getunblocked.com/integrations/coda/

Unblocked integrates with Coda Enterprise to give AI coding agents and developers cited context from your docs and folders — reconciled with your code, pull requests, and tickets.

---

## Coda Enterprise integration details

- **Category:** Knowledge
- **Indexed data:** documents, folders
- **Supported products:** Coda Enterprise
- **Works with:** Claude Code, Cursor, Windsurf, GitHub Copilot, Codex, VS Code — via one MCP server connection
- **Content reviewed:** July 20, 2026
- **Documentation:** <https://docs.getunblocked.com/data-sources/coda>
- **Website:** <https://coda.io>

## What the Coda Enterprise integration adds

Coda can hold structured plans and living documents that explain how a system is supposed to behave. Unblocked uses the selected Enterprise docs and folders as cited evidence alongside code, issues, and conversations, giving agents both intended and implemented behavior.

Coda context is reconciled with your code, pull requests, tickets, and chat, so an agent can pull the doc that explains how and why something works — not just the code.

Once connected, any MCP-compatible coding agent — Claude Code, Cursor, Windsurf, GitHub Copilot, Codex — can pull this context through a single Unblocked MCP server connection.

### What you get

- **Docs and folders as context** — Unblocked indexes the Coda docs and folders you select and cites the doc it used in its answers.
- **Token-based connection** — A Coda API token connects your Enterprise organization; you control which docs and folders are in scope.
- **Scoped access** — Choose specific docs or entire folders to match how your team organizes its knowledge in Coda.
- **Cross-source synthesis** — Coda docs are combined with your code, pull requests, Jira tickets, and Slack threads into a single knowledge graph.

## How to connect Coda Enterprise to Unblocked

Prerequisites:

- An Unblocked account on the Enterprise plan (Coda Enterprise requires the Enterprise plan).
- Admin access to a Coda organization on a Coda Enterprise plan, and a Coda API token.
- An MCP-compatible coding agent (Claude Code, Cursor, Windsurf, etc.) to use the context in your editor.

### Step 1: Connect Coda Enterprise to Unblocked

1. In Unblocked, go to Settings → Data Sources → Connect another Data Source, and under Documentation select Coda Enterprise.
2. Generate a Coda API token from Account Settings → API Settings → Generate Token, and paste it into the connection form.
3. Select the docs and folders you want Unblocked to reference.
4. Save your settings — Unblocked begins referencing the selected Coda content in its answers.

See the complete setup guide, screenshots, and troubleshooting: <https://docs.getunblocked.com/data-sources/coda>

### Step 2: Install the Unblocked MCP server

On macOS, one command auto-detects and configures your supported agents (Claude Code, Cursor, Windsurf, GitHub Copilot, Codex, VS Code):

```bash
curl -fsSL https://getunblocked.com/install-mcp.sh | bash
```

The install script supports macOS only. On Windows or Linux, add the server manually using the configuration below, or follow the manual install guide: <https://docs.getunblocked.com/unblocked-mcp/mcp-overview#install-windows-%2F-linux-%2F-other>

Claude Code — add the remote server, then run /mcp in Claude Code, select unblocked, and log in via OAuth:

```bash
claude mcp add -s user --transport http unblocked https://getunblocked.com/api/mcpsse
```

Cursor — open View: Open MCP Settings → Add Custom MCP, add the server, then click Connect to authenticate via OAuth:

```json
{
  "mcpServers": {
    "unblocked": {
      "url": "https://getunblocked.com/api/mcpsse"
    }
  }
}
```

Any MCP-compatible client (Windsurf, Codex, VS Code, Claude Desktop, and others) can connect to the remote server with OAuth: `https://getunblocked.com/api/mcpsse`

## Connect Coda Enterprise to Claude Code, Cursor, and other AI agents

To give Claude Code, Cursor, GitHub Copilot, Codex, or another MCP-compatible AI coding agent access to Coda Enterprise context, connect Coda Enterprise to Unblocked and add the single Unblocked MCP server to your agent.

Unblocked acts as the MCP context layer for your Coda Enterprise data, searching documents, folders alongside your other connected sources and returning cited results through these tools:

- **`context_research`** — Multi-source research across your Coda docs, plus your code, pull requests, and other connected sources. Returns a synthesized answer with citations back to the Coda doc it used.
- **`context_get_urls`** — Fetches the full content behind a Coda doc URL your agent encounters — plus GitHub, Jira, Linear, Confluence, Slack, and more.

## Questions to ask an AI agent about Coda Enterprise

Questions you (or your agent) can ask Unblocked about your Coda Enterprise data:

- "What does our Coda doc say about the release process?"
- "Where is the team’s architecture overview in Coda?"
- "What decisions are captured in the latest planning doc?"
- "Which Coda doc describes our incident-response playbook?"

## Related integrations

- [Confluence](https://getunblocked.com/integrations/confluence/) — Pages and blog posts from the Confluence spaces you select — including rendered macro content — indexed and cited in answers.
- [Notion](https://getunblocked.com/integrations/notion/) — Pages from your Notion workspaces, indexed as cited sources so answers can draw on specs, wikis, and design docs.
- [Google Drive](https://getunblocked.com/integrations/google-drive/) — Google Docs, Sheets, Slides, text files, and PDFs from the files, folders, and shared drives you choose — searchable alongside code and engineering history.
- [Stack Overflow for Teams](https://getunblocked.com/integrations/stackoverflow-teams/) — Internal questions, answers, and articles from Stack Overflow for Teams, so hard-won troubleshooting knowledge shows up in answers.

## Get started with Unblocked

- Start a free trial: <https://getunblocked.com/dashboard/get-started>
- Pricing: <https://getunblocked.com/pricing/>
- Documentation: <https://docs.getunblocked.com/data-sources/coda>
- All integrations: <https://getunblocked.com/integrations/>
