Server data from the Official MCP Registry
Provision embeddable AI chat agents for your website from your coding agent. MCP + OAuth 2.1.
Provision embeddable AI chat agents for your website from your coding agent. MCP + OAuth 2.1.
Remote endpoints: streamable-http: https://app.syntheticbrew.ai/api/v1/mcp/rpc
SyntheticBrew admin dashboard is a well-structured React/TypeScript frontend with proper authentication handling and no critical vulnerabilities. The codebase demonstrates good security practices around token management, prototype mode gating, and API client design. Minor code quality observations around broad error handling and type assertions do not warrant significant scoring reduction for a UI layer. Supply chain analysis found 7 known vulnerabilities in dependencies (1 critical, 2 high severity).
4 files analyzed · 13 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
SyntheticBrew is an open-source, self-hosted AI agent runtime with a no-code dashboard. Describe what you need in plain English and it builds, deploys, and orchestrates the agents for you — grounded in your business data, not guesswork, and wired to the tools, memory, and knowledge specific to your business. One Docker command, any LLM provider, your infrastructure.
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.
That's the gap SyntheticBrew closes. The usual options all fall short — build it from scratch (months before the first useful feature), rent a closed cloud platform (per-token markup, vendor lock-in, your data on someone else's servers), or cobble a dozen frameworks together (glue code you now own forever). SyntheticBrew ships the whole runtime in the box instead: self-hosted, no lock-in, and you pay only your own LLM provider. Everything is included — see Features.
Your agents answer grounded in your business data, not guesswork — knowledge-graph taxonomy gives typed, grounded retrieval so they don't make things up. Feed in your data three ways: upload documents (RAG over PDFs/DOCX/URLs), define a knowledge graph for structured records, or connect live systems via MCP tools.
No in-house AI team to wire it up? Synthetic AI Inc also builds custom AI integrations on SyntheticBrew — see Custom integrations.
Everything runs from a no-code admin dashboard — no config files required. Build and configure agents (model, system prompt, tools, memory), connect LLM providers and MCP tool servers, and load knowledge bases (RAG) and knowledge graphs. Test agents in a live chat playground, schedule tasks and cron triggers, manage API keys and multi-tenant settings, import/export config for GitOps, and watch every run with full session tracing and an immutable audit log.

list_/get_ MCP tools (exact answers, not fuzzy similarity)# Start with Docker Compose
curl -fsSL https://syntheticbrew.ai/releases/docker-compose.yml -o docker-compose.yml
docker compose up -d
# Open admin dashboard
open http://localhost:8443/admin/
# Default credentials: admin / changeme
Or build from source:
cd engine
go build -o syntheticbrew ./cmd/ce
./syntheticbrew
SyntheticBrew can be configured via:
| Method | Use Case |
|---|---|
| Environment variables | Docker, Kubernetes, CI/CD |
| config.yaml | Local development, bare metal |
| Admin Dashboard | Visual configuration at /admin/ |
Key environment variables:
DATABASE_URL=postgresql://user:pass@host:5432/syntheticbrew
ADMIN_USER=admin
ADMIN_PASSWORD=changeme
LLM provider, model and API key are configured through the onboarding wizard on first launch (or later via Admin → Models). Engine does not read LLM credentials from env or config files.
SyntheticBrew follows Clean Architecture with strict layer separation. All Go code lives under engine/:
engine/
cmd/ce/ Community Edition entry point
internal/
domain/ Pure domain entities
usecase/ Business logic + consumer-side interfaces
service/ Task worker, scheduler, completion hooks
infrastructure/ DB, LLM, MCP, agents, tools
delivery/ HTTP handlers
app/ Application bootstrap
admin/ React/TypeScript admin dashboard
widget/ Embeddable chat widget
deploy/ Docker, Helm, systemd assets
| Method | Guide |
|---|---|
| Docker Compose | See Quick Start above |
| Kubernetes | Helm chart in engine/deploy/helm/ |
| Bare Metal | Binary + systemd + PostgreSQL + Caddy/nginx |
Don't have the in-house expertise to build it yourself? Synthetic AI Inc designs, builds, and deploys custom AI integrations on SyntheticBrew — your data, your tools, your workflows, taken all the way into production. Whether your AI is internal-facing or customer-facing, we make it speak your business.
Get in touch at syntheticbrew.ai or info@syntheticbrew.ai.
We welcome contributions! Please read CONTRIBUTING.md before submitting a PR.
Licensed under Business Source License 1.1. Contact info@syntheticbrew.ai for alternative licensing.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.