Integration

IDE Setup

Connect SurfaceProxy to your local developer tools in minutes so every session runs through the secure proxy layer.

Last updated: June 10, 2026

Cursor

Add this config to ~/.config/Cursor/mcp.json.

{
  "mcpServers": {
    "surface-proxy": {
      "command": "./surface-proxy",
      "args": ["mcp-mode", "--config", "surface-proxy.json"]
    }
  }
}

Claude Desktop

Add this config to ~/Library/Application Support/Claude/claude_desktop_config.json.

{
  "mcpServers": {
    "surface-proxy": {
      "command": "./surface-proxy",
      "args": ["mcp-mode", "--config", "surface-proxy.json"]
    }
  }
}

Recommended startup flow

  1. Start SurfaceProxy with your team config file.
  2. Open your IDE and verify the MCP server is detected.
  3. Run a test prompt against an allowlisted domain before production use.