Syntheticbrew MCP Server

Provision embeddable AI chat agents for your website from your coding agent. MCP + OAuth 2.1.

Remote serverstreamable-httpTypeScript

What is the Syntheticbrew MCP server?

Syntheticbrew MCP server exists for a simple reason — assistants are far more useful when they can act on Syntheticbrew directly instead of describing what you should do. Provision embeddable AI chat agents for your website from your coding agent. MCP + OAuth 2.1.

What you get

AI is now a baseline expectation for modern software. Customers expect products that understand context, automate work, answer questions, and act on your business logic — and a company without AI is falling behind the ones that have it. But shipping reliable AI isn't just picking a model. It takes infrastructure: RAG and vector search, knowledge bases and knowledge graphs, tool integration, multi-agent orchestration, memory, permissions, and observability. Building that yourself is hard, slow, expensive, and demands expertise most teams don't have to spare.

  • Multi-Agent Orchestration — — agents spawn and coordinate with each other via ReAct framework
  • MCP Tool Ecosystem — — connect any Model Context Protocol server (stdio, HTTP, SSE, Streamable HTTP)
  • Visual Admin Dashboard — — configure agents, models, schemas, and tools from a web UI
  • Task System — — async background tasks with priorities, dependencies, and approval gates
  • Knowledge Base / RAG — — vector search over uploaded documents with pgvector
  • Knowledge Graphs — — typed, grounded retrieval over your structured data via auto-generated list_/get_ MCP tools (exact answers, not fuzzy similarity)

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

Once Syntheticbrew is connected, these are the calls the assistant has available:

  • Multi — Agent Orchestration** — agents spawn and coordinate with each other via ReAct framework
  • BYOK — bring your own keys for any OpenAI-compatible LLM provider
  • Self-Hosted — deploy on your infrastructure with Docker, Kubernetes, or bare metal
  • Website — ** https://syntheticbrew.ai
  • Docs — ** https://syntheticbrew.ai/docs/
  • Method — Use Case
  • config.yaml — Local development, bare metal
  • Kubernetes — Helm chart in engine/deploy/helm/

Configuration and credentials

You will need 4 environment variables: SYNTHETICBREW_BOOTSTRAP_ADMIN_TOKEN, DATABASE_URL, ENGINE_URL, SYNTHETICBREW_JWT_PUBLIC_KEY_PATH. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the syntheticbrew mcp server does with a few real requests.

Choosing this one

Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Syntheticbrew's toolset — Multi, BYOK, Self-Hosted and 5 more — is a fair guide to whether it matches your workflow. It is maintained by ai.syntheticbrew; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
MultiAgent Orchestration** — agents spawn and coordinate with each other via ReAct framework
BYOKbring your own keys for any OpenAI-compatible LLM provider
Self-Hosteddeploy on your infrastructure with Docker, Kubernetes, or bare metal
Website** https://syntheticbrew.ai
Docs** https://syntheticbrew.ai/docs/
MethodUse Case
config.yamlLocal development, bare metal
KubernetesHelm chart in [engine/deploy/helm/](engine/deploy/helm/)

Configuration

VariableDescriptionRequired
SYNTHETICBREW_BOOTSTRAP_ADMIN_TOKENCredential the server authenticates with.Yes
DATABASE_URLEndpoint or connection string the server talks to.Yes
ENGINE_URLEndpoint or connection string the server talks to.Yes
SYNTHETICBREW_JWT_PUBLIC_KEY_PATHCredential the server authenticates with.Yes

Example prompts to try

  • Use Syntheticbrew to Multi.
  • Use Syntheticbrew to BYOK.
  • Use Syntheticbrew to Self-Hosted.

Frequently asked questions

It connects Syntheticbrew to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (Multi, BYOK, Self-Hosted, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Syntheticbrew directly.