Connect Follow Up Boss to Continue.
Ace AI is the FUB-native real-estate copilot. Continue is the open-source AI coding assistant for VS Code and JetBrains. Drop one block into .continue/config.json and Continue gets 170+ Follow Up Boss tools — all callable from Continue's chat panel.
Open
.continue/config.json.In Continue, open the chat panel and click the gear icon → Open Config. Or open the file directly at
~/.continue/config.json(global) or.continue/config.json(per-project).Add the followupace MCP server.
Add an
mcpServersentry inside the config object:{ "mcpServers": [ { "name": "followupace", "command": "npx", "args": ["-y", "mcp-remote", "https://followupace.com/mcp"] } ] }Reload Continue and sign in.
Reload your editor window. The first Continue chat that calls an Ace tool will prompt you to sign in with your Follow Up Boss email — a 6-digit code is mailed to that inbox.
Why this matters for realtors
Continue is the most popular open-source AI coding assistant in the JetBrains and VS Code worlds. If your team's tech operator already trusts Continue (because it's MIT-licensed and self-hostable), hooking Follow Up Boss in keeps the same trust boundary while giving them a CRM lever right in the chat panel.