@synthbrew/agent
v0.2.1
Published
Synthbrew MCP server and agent skill for provisioning realistic data sources.
Readme
Synthbrew Agent
@synthbrew/agent runs a Synthbrew MCP server for agent clients.
npx -y @synthbrew/agentRequired environment variables:
SYNTHBREW_API_KEY=sb_api_...
SYNTHBREW_API_URL=https://api.synthbrew.com/apiOptional environment variables:
SYNTHBREW_APP_URL=https://app.synthbrew.comConfigure these variables in your MCP client. When run directly, the process stays open and waits for MCP messages over stdio.
The package exposes tools for validating Synthbrew schema configs and provisioning projects, schemas, sources, source API keys, runtime API docs, and generated sample rows.
Successful source creation and regeneration responses include an app link to the source settings page where users can create runtime API keys and database passwords. Users can still ask the agent to issue credentials in chat, but creating them in Synthbrew is recommended.
The public schema config contract is frozen as schemaConfigVersion: "v1". Schema config payloads use formatVersion: 1.
