Meet Fusion 1.0 - The First AI Agent for Product, Design, and Code

Announcing Visual Copilot - Figma to production in half the time

Builder.io
Builder.io
Contact sales

Meet Fusion 1.0 - The First AI Agent for Product, Design, and Code

Announcing Visual Copilot - Figma to production in half the time

for developers

Pro plans

Builder can leverage multiple external tools when designing your Project with Fusion. All integrations can be access on the Integrations page.

When running Fusion projects you can configure local MCP servers to run as child process. This enables Fusion to access local databases, development tools, and internal services.

Connecting to a local MCP server works as follows:

  1. Fusion looks for a local mcp.json file.
  2. Each server mentioned in the configuration file is spawned as a child process.
  3. Tools are registered with the naming pattern: mcp__servername__toolname.
  4. Fusion automatically uses these tools when relevant.
  5. Processes are cleaned up when the session ends.

Your mcp.json file should live within the root directory and have the following format:

{
  "mcpServers": {
    "database": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-postgres", "${DATABASE_URL}"],
      "env": {
        "DATABASE_URL": "postgresql://localhost:5432/mydb"
      }
    }
  }
}
FieldRequired?DescriptionExample

type

Yes

Connection type (always "stdio" for local servers)

"studio"

command

Yes

Command to execute the server

npx, node, python

args

No

Arguments passed to the execution command

["-y", "server-name"]

env

No

Environment variables for the server

{"API_KEY": "${API_KEY}"}

envFile

No

Path to load environment variables from

".env"

Was this article helpful?

Product

Visual CMS

Theme Studio for Shopify

Sign up

Login

Featured Integrations

React

Angular

Next.js

Gatsby

Get In Touch

Chat With Us

Twitter

Linkedin

Careers

© 2020 Builder.io, Inc.

Security

Privacy Policy

Terms of Service

Get the latest from Builder.io

By submitting, you agree to our Privacy Policy

  • Fusion

  • Publish

  • Product Updates

  • Figma to Code Guide

  • Headless CMS Guide

  • Headless Commerce Guide

  • Composable DXP Guide

Security

Privacy Policy

SaaS Terms

Trust Center

Cookie Preferences