SA
Portal
ServiceAgent × Continue.dev

ServiceAgent inside Continue.dev — drive chat, voice, calendar, and CRM from VS Code or JetBrains.

`@serviceagent/mcp` plugs into Continue.dev's MCP support. Provision a demo workspace in under a second, scaffold the chat / calendar / voice components, design voice agents, claim the workspace, and never leave your editor.

Install in Continue

Click "Add to Continue" to download a pre-built MCP config, or drop the snippet below into ~/.continue/config.json. Restart Continue.

continue.config.json
{
  "name": "ServiceAgent integration",
  "version": "1.0.0",
  "schema": "v1",
  "mcpServers": [
    {
      "name": "serviceagent",
      "command": "npx",
      "args": ["-y", "@serviceagent/mcp"],
      "env": {
        "SERVICEAGENT_MCP_CLIENT": "continue-mcp"
      }
    }
  ]
}

Tool catalog

Same ~30 tools as the Cursor / Claude Desktop integration. The most useful ones for in-editor flows:

  • create_project, claim_workspace
  • add_widget, add_calendar, add_voice_agent
  • create_voice_agent + 6 voice CRUD tools
  • magic_onboarding, get_docs

Full reference: @serviceagent/mcp.