getunblocked.com/integrations/coda
Connect Coda Enterprise with Unblocked to give AI agents your docs
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
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
Need screenshots or troubleshooting?This is a concise connection summary. Follow the complete setup guide ↗
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
- In Unblocked, go to Settings → Data Sources → Connect another Data Source, and under Documentation select Coda Enterprise.
- Generate a Coda API token from Account Settings → API Settings → Generate Token, and paste it into the connection form.
- Select the docs and folders you want Unblocked to reference.
- Save your settings — Unblocked begins referencing the selected Coda content in its answers.
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):
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 ↗.
Claude Code
Add the remote server, then run /mcp in Claude Code, select unblocked, and log in via OAuth:
claude mcp add -s user --transport http unblocked https://getunblocked.com/api/mcpsseCursor
Open View: Open MCP Settings → Add Custom MCP, add the server, then click Connect to authenticate via OAuth:
{
"mcpServers": {
"unblocked": {
"url": "https://getunblocked.com/api/mcpsse"
}
}
}Other MCP clients
Any MCP-compatible client (Windsurf, Codex, VS Code, Claude Desktop, and others) can connect to the remote server with OAuth:
https://getunblocked.com/api/mcpsseConnect 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_researchMulti-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_urlsFetches 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?