getunblocked.com/integrations/github

Connect GitHub with Unblocked to give AI agents codebase context

Unblocked integrates with GitHub to give AI coding agents and developers cited context from your repositories, pull requests, issues, and code history — alongside your docs, tickets, and conversations.

GitHub integration details

Category
Source code
Indexed data
repositories, pull requests, issues, discussions, code history
Supported products
GitHub.com · GitHub Enterprise (cloud) · GitHub Enterprise (self-hosted) (Enterprise plan)
Works with
Claude Code, Cursor, Windsurf, GitHub Copilot, Codex, VS Code — via one MCP server connection
Content reviewed
July 20, 2026

What the GitHub integration adds

GitHub is the evidence layer behind many engineering decisions: the code shows what exists, pull requests record how it changed, and issues and discussions preserve the reasoning around that work. Unblocked makes those records available together instead of treating each GitHub surface as a separate search silo.

GitHub context doesn’t live alone. Unblocked links pull requests, issues, and discussions to the code they touch, then combines them with your docs, tickets, and conversations from every other connected source. Instead of raw search results, agents and developers get one reconciled answer with GitHub sources cited.

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

  • Repository contextUnblocked indexes your source code and keeps it in sync as your team pushes changes. The main branch is the source of truth.
  • Pull request historyEvery PR, its review comments, and merge decisions become searchable context. Agents can reference past PRs to understand why code works the way it does.
  • Issues and DiscussionsGitHub Issues and Discussions are connected to the code they reference, so agents can trace a bug from ticket to fix.
  • Cross-source synthesisGitHub data is combined with Slack threads, Jira tickets, Confluence docs, and Sentry errors into a single knowledge graph.

How to connect GitHub to Unblocked

Need screenshots or troubleshooting?This is a concise connection summary. Follow the complete setup guide ↗

Prerequisites

  • An Unblocked account (free to start).
  • Permission to install the Unblocked GitHub App in your GitHub organization (an org owner can approve the request). GitHub Enterprise (self-hosted) requires the Enterprise plan.
  • An MCP-compatible coding agent (Claude Code, Cursor, Windsurf, etc.) to use the context in your editor.

Step 1: Connect GitHub to Unblocked

  1. Navigate to Team Settings → Data Sources in Unblocked.
  2. Select GitHub and authorize via OAuth.
  3. Choose the repositories to index.
  4. Unblocked begins syncing immediately; full index completes in minutes.

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/mcpsse

Cursor

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/mcpsse

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

Unblocked acts as the MCP context layer for your GitHub data, searching repositories, pull requests, issues, discussions, code history alongside your other connected sources and returning cited results through these tools:

  • context_researchMulti-source research across your repositories, pull requests, issues, docs, and messaging. Returns a synthesized answer with citations, so agents understand not just what the code does but why it was built that way.
  • context_get_urlsFetches the full content behind GitHub PR, issue, and file URLs your agent encounters — plus Jira, Linear, Notion, Confluence, Slack, and more.

Questions to ask an AI agent about GitHub

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

  • Why was the authentication middleware refactored in PR #842?
  • What decisions were made about the database migration approach?
  • Which PRs have touched the payment service in the last 30 days?
  • What issues are currently open in the API repository?

Get started with Unblocked