Skip to main content
To use Unblocked MCP, instruct your agent app to ask Unblocked when you perform your operation:
Create a class that connects with the FooBar component and produces log output, ask Unblocked first
The agent will first ask Unblocked to provide more information, and then will use it to output a solution. Depending on which agent is orchestrating the work, Unblocked may be invoked multiple times to provide different kinds of context, and the output may be summarized in a work plan for you to approve. You can also ask Unblocked directly for information about highlighted code or a module:
Why did we do this? Ask Unblocked first.
We recommend configuring your agentic app to automatically invoke Unblocked:
  • Cursor
  • Claude Code
You can configure Cursor Rules to invoke Unblocked MCP automatically:
  • Open Cursor —> Settings —> Cursor Settings —> Rules
  • Under User Rules, add:
Call unblocked_context_engine at every step to gather context.
Make sure you call unblocked_context_engine before you call any
of your own tools as well. When you call Unblocked tools be sure
to pass one of either the repoUrl, projectPath, or filePath
parameters, preferably the projectPath

Let us know if you find other rules that work particularly well!

We are actively investigating having the Unblocked MCP tools invoked automatically in future versions of the MCP tools, for all agentic apps.
I