
Unblocked Mcp
Wire your coding agent to Unblocked’s remote MCP so it can pull org context and answers while you ship.
Overview
Unblocked MCP is a Build-phase MCP server that connects coding agents to Unblocked over streamable HTTP so you can pull unblock context from the same workflow where you write code.
What is this MCP server?
- Hosted streamable-HTTP MCP remote at getunblocked.com/api/mcpsse
- Catalog entry version 1.0.0 per server manifest
- No local npm package in manifest—remote-only registration
- Suited for Claude Code, Cursor, and other MCP-capable agents
- Bridges engineering agents to Unblocked’s unblock workflow
- Manifest version 1.0.0
- 1 remote endpoint (streamable-http)
- Remote URL host: getunblocked.com
What problem does it solve?
Your agent can edit the repo but cannot reach Unblocked’s answers and org context without a dedicated integration.
Who is it for?
Indie and solo builders already on Unblocked who use Claude Code or Cursor and want a one-line remote MCP setup.
Skip if: Teams that do not use Unblocked, or workflows that require only local stdio MCP with no cloud remote.
What do I get? / Deliverables
After you add the remote MCP URL, your agent can call Unblocked through MCP instead of tab-switching or manual copy-paste.
- Registered Unblocked remote MCP entry in your agent config
- Agent-callable Unblocked tools exposed through MCP after auth
Recommended MCP Servers
Journey fit
Unblocked is installed when you are actively building and need live access to team knowledge from the IDE or agent, not during pure ideation. It is an external service hook (streamable HTTP remote), which belongs on the integrations shelf alongside other agent connectors.
How it compares
Hosted MCP remote to Unblocked, not an in-repo agent skill or generic web scraper.
Common Questions / FAQ
Who is com.getunblocked/unblocked-mcp for?
It is for developers and solo builders who use Unblocked and want their AI coding agent to reach Unblocked via the Model Context Protocol.
When should I use com.getunblocked/unblocked-mcp?
Use it during active product build work when you need agent-driven access to Unblocked context, after you have Unblocked access and an MCP-capable client.
How do I add com.getunblocked/unblocked-mcp to my agent?
Register the remote MCP server URL https://getunblocked.com/api/mcpsse (streamable-http) in your client’s MCP settings and complete Unblocked authentication if prompted.