MCP setup

How to connect an AI agent to Claude Code or Cursor

Add the SyntheticBrew MCP server to your editor and your coding agent does the rest — it provisions the agent, grounds it in your documents, and hands back a ready-to-embed snippet.

Add the MCP server to your coding agent

Your coding agent connects to the SyntheticBrew MCP server and provisions a ready-to-embed agent for you — no dashboard clicking.

Create a free account at /register, then run the command for your agent below. Your browser opens to sign in — there is no token to copy.

A browser opens to sign in — no token to copy.

Terminal
$ claude mcp add --transport http syntheticbrew https://app.syntheticbrew.ai/api/v1/mcp/rpc
Terminal
$ claude mcp login syntheticbrew

What happens next

  1. Add the MCP server with the command above.
  2. Run the login command — a browser opens; create an account or sign in and approve.
  3. Tell your agent what you need. It provisions the agent, configures it, and hands you the embed snippet.

Total time: under 5 minutes. No config files.

No account yet? Ask our docs first:

Docs-search MCP servercopy and run
claude mcp add --transport sse syntheticbrew-docs https://mcp.syntheticbrew.ai/sse

A public docs-search MCP server with one search_docs tool — no signup.

What your agent can do over MCP

What can a coding agent provision over MCP?

The MCP server exposes the same operations as the Admin Dashboard, so your coding agent can build and change a working agent without leaving the editor.

  • Create an agent, pick its model, and write its instructions.
  • Upload documents and build the knowledge base it answers from.
  • Register MCP servers and scope which tools the agent may call.
  • Add specialists, delegation, and confirmation gates.
  • Return the widget embed snippet and the REST endpoint for your app.

Every change it makes is configuration you can review in the dashboard and export to your own repository.

Requirements

What you need to get started

RequirementDetail
AccountA free SyntheticBrew Cloud account — up to 100 monthly active users, no credit card
Coding agentClaude Code, Codex, Cursor, or VS Code with MCP support
Model keyOptional — a demo key covers onboarding; add your own provider key for unlimited messages at provider cost
Your productAny web, mobile, or backend client that can call REST and read server-sent events

Keep going with the docs

Provision your first agent from your editor →