# Connect Confluence with Unblocked to give AI agents your team’s docs

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

Unblocked integrates with Confluence to give AI coding agents and developers cited context from your pages and blog posts — reconciled with your code, pull requests, and tickets.

---

## Confluence integration details

- **Category:** Knowledge
- **Indexed data:** pages, blog posts, spaces
- **Supported products:** Confluence Cloud · Confluence Data Center
- **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/confluence>
- **Website:** <https://www.atlassian.com/software/confluence>

## What the Confluence integration adds

Confluence often contains the durable explanation that code and tickets omit: architecture decisions, operating procedures, RFCs, and team conventions. Unblocked treats the selected spaces as evidence that can confirm or qualify what an agent finds in the repository.

Confluence context is reconciled with your code, pull requests, tickets, and chat, so an agent answering a question can pull the design doc that explains why the code works the way it does — not just the code itself.

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

- **Pages and blog posts** — Unblocked indexes the pages and blog posts from the spaces you grant access to, including rendered macro content, and cites the page it used.
- **Space-level scoping** — Grant access to all spaces for the best coverage, or restrict to a subset depending on your team’s needs.
- **Identity sync with an admin install** — A Confluence admin install lets Unblocked sync identities, so Data Shield can enforce per-user permissions without each user connecting manually.
- **Cross-source synthesis** — Confluence docs are combined with your code, pull requests, Jira tickets, and Slack threads into a single knowledge graph.

## How to connect Confluence to Unblocked

Prerequisites:

- An Unblocked account (free to start).
- A Confluence account. A Confluence admin is recommended — required to install the Unblocked for Confluence app and to sync identities when Data Shield is enabled. Confluence Data Center connects with a Personal Access Token instead of the app install.
- An MCP-compatible coding agent (Claude Code, Cursor, Windsurf, etc.) to use the context in your editor.

### Step 1: Connect Confluence to Unblocked

1. In Unblocked, go to Settings → Data Sources, click Connect Another, and under Documentation select Confluence.
2. Authorize your Confluence account with Unblocked. On Confluence Data Center, paste a Personal Access Token instead of authorizing via OAuth.
3. If you are a Confluence admin, install the Unblocked for Confluence app, then click Verify Installation. (Data Center does not use the app install.)
4. Select the spaces to index (all, or a subset) and click Save Settings.

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

### 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 Confluence 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 Confluence context, connect Confluence to Unblocked and add the single Unblocked MCP server to your agent.

Unblocked acts as the MCP context layer for your Confluence data, searching pages, blog posts, spaces alongside your other connected sources and returning cited results through these tools:

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

## Questions to ask an AI agent about Confluence

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

- "What is our architecture for the billing service, per the design docs?"
- "Where is the runbook for handling a failed deploy?"
- "What did the RFC decide about API versioning?"
- "Which Confluence page documents our on-call process?"

## Related integrations

- [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.
- [Jira](https://getunblocked.com/integrations/jira/) — Issues and projects from Jira Cloud and Data Center — with sprint-aware answers that connect tickets to the code and PRs behind them.
- [Microsoft SharePoint](https://getunblocked.com/integrations/microsoft-sharepoint/) — Documents and pages from the SharePoint sites you select, referenced in answers with links back to the source.

## 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/confluence>
- All integrations: <https://getunblocked.com/integrations/>
