AI Pair Programmer · Augment

Extend Augment Code with Browser-Based MCP Tools

Augment Code is an AI pair programmer that deeply understands your entire codebase. Its MCP support lets it call external tools during coding sessions. Connect Agent MCP Studio's relay bridge to give Augment access to browser-built Python, SQL, and API tools.

Share:

Prerequisites

Step-by-Step Setup

  1. Get your relay URL and download bridge.js

    curl -O https://agentmcp.studio/bridge.js && npm install ws

    Open the studio → SettingsMCP Relay Bridge → copy URL → click Connect.

  2. Configure MCP in Augment's settings

    In VS Code: open the Augment panel → SettingsMCP ServersAdd Server:

    {
      "name": "agent-mcp-studio",
      "command": "node",
      "args": [
        "/path/to/bridge.js",
        "wss://agentmcp.studio/api/relay/YOUR-UUID"
      ]
    }

    Augment will connect to bridge.js and list the available tools.

  3. Use tools in Augment Chat

    Open Augment Chat and ask it to use your tools. Because Augment understands your full codebase, combining MCP tools with codebase context creates powerful workflows — for example: "Look at our database schema and use the query_database tool to check if the migration matches."

Frequently Asked Questions

Yes — Augment Code supports MCP tool servers in both the VS Code and JetBrains extensions. Configure servers in Augment's extension settings and Augment's AI gains access to your Agent MCP Studio tools alongside its deep codebase understanding.

Augment Code specializes in deep codebase indexing — it understands your entire repo. Combined with Agent MCP Studio tools (APIs, SQL, Python functions), you get an agent that understands your code AND can call custom external tools.

Open VS Code Settings → Extensions → Augment → MCP Servers. Add your server with the node command and bridge.js + relay URL arguments. Restart VS Code after saving the configuration.

Yes — Augment Code supports IntelliJ IDEA, PyCharm, WebStorm, and other JetBrains IDEs. MCP server configuration is available in the Augment plugin settings in JetBrains Preferences.

MCP tool support is part of Augment's paid plans. Check Augment's current pricing at augmentcode.com. They offer a free trial, during which MCP tools should be available to test.

Related Integrations