Skip to main content

Set up the Unblocked MCP server

Unblocked is a context engine that gives AI agents answers grounded in your codebase, documentation, tickets, and team conversations — pulling from sources like GitHub, Slack, Confluence, and Linear. This guide covers generating an Unblocked Personal API Token and connecting Unblocked's hosted MCP server to MintMCP.

Prerequisites

Generate a Personal API token

Each user who connects to Unblocked through MintMCP needs their own Personal API token.

  1. In the Unblocked web app, go to SettingsAPI Tokens.

    Unblocked Settings menu with API Tokens selected under Team Settings
  2. Under Personal API Tokens, click Create Token.

    API Tokens page showing the Team API Tokens and Personal API Tokens sections
  3. Enter a name for the token — for example, MintMCP API Token.

  4. Select the data sources this token can access. Data sources are fixed at creation time, so include everything the integration needs.

    Create a Personal API Token dialog with a token name entered and a GitHub data source selected
  5. Click Create Token, then copy the token. It starts with unb_ and won't be shown again.

    Newly created Personal API token with a copy button and a warning that it won't be shown again

Add Unblocked to MintMCP

  1. Go to app.mintmcp.com/vmcps?tab=manage-store.
  2. Find Unblocked in the list and click to install it.

Unblocked uses per-user credentials, so there's nothing for the admin to enter. Each user pastes their own Personal API token on first connect, and MintMCP sends it as the Authorization: Bearer header on every request.

Security considerations

  • Personal API tokens are scoped to the data sources you select at creation time — limit each token to only what the integration needs.
  • Each user authenticates with their own token, so Unblocked applies per-user data permissions to every request.
  • Tokens start with unb_ and are shown only once — store them in a secure location before closing the creation dialog.
  • Tokens can be revoked at any time from SettingsAPI Tokens in the Unblocked web app.

Troubleshooting

  • 401 Unauthorized — the token is missing, mistyped, or revoked. Generate a new Personal API token in Unblocked and update it in MintMCP.
  • A data source returns no results — the token wasn't granted access to that source. Data sources are fixed when the token is created, so recreate the token with the source selected.

Next steps