Unblocked MCP Server — Context for AI Coding Agents
com.getunblocked/unblocked-mcp
Documentation
Installation
Quick install on macOS and Linux:
curl -fsSL https://getunblocked.com/install-mcp.sh | bash
CLI-only install:
curl -fsSL https://getunblocked.com/install.sh | bash
Configuration
Remote MCP endpoint:
- URL:
https://getunblocked.com/api/mcpsse - Transport: HTTP / streamable HTTP
- Authentication: OAuth or API token
Local MCP parameters for supported clients:
- Method:
stdio - Command:
~/.unblocked/bin/unblocked - Arguments:
mcp --autoupdate
Capabilities
Unblocked provides decision-grade context from your codebase, docs, PRs, and Slack so coding agents can answer questions with the right organizational context.
Limitations
- HTTP+SSE is deprecated and not supported by Unblocked MCP.
- OAuth requires interactive sign-in in a browser.
- Token-based access can expose any data sources permitted by the token, including sensitive team content if those sources are connected.
