For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI reference
Get startedAPI reference
    • Overview
    • Quickstart
    • Model Context Protocol
  • Implementation guides
    • Tool Pack
    • Registered Users
    • MCP integration
    • Merge CLI
    • Link
    • Testing locally
  • Admin setup
    • User setup
    • Security rules
    • Authentication
    • Add OAuth credentials
  • Features
    • Magic Link
    • Remote MCP Server
    • Webhooks
    • Custom headers for MCP
  • Connectors
    • ActiveCampaign
    • Airtable
    • Amadeus
    • Amazon S3
    • Anaplan
    • Apollo
    • Articulate Reach 360
    • Asana
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Confluence
    • Contentful
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • foursquare Foursquare
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Greenhouse
    • HiBob
    • HubSpot
    • Intercom
    • Jira
    • Jira Service Management
    • Klaviyo
    • Linear
    • LinkedIn
    • Make
    • Microsoft Teams
    • Miro
    • Monday.com
    • n8n
    • Notion
    • NPI Registry
    • OneDrive
    • OneNote
    • Oracle HCM
    • Outlook
    • PagerDuty
    • PayPal
    • Pipedrive
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • Rootly
    • Salesforce.com logo A cloud computing company based in San Francisco, California, United States image/svg+xml Salesforce
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • Shopify
    • Slack
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Stripe
    • Teamwork.com
    • Trello
    • TripAdvisor
    • VisualPing
    • image/svg+xml SVG drawing This was produced by version 4.1 of GNU libplot, a free library for exporting 2-D vector graphics. Weather
    • Wikipedia
    • Workday
    • X
    • Yelp
    • image/svg+xml YouTube
    • golion-z-sourcefile-algaeZendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • MCP JSON config
  • Implementations in different providers
  • Claude Desktop
  • Windsurf
  • Cursor
Implementation guides

Testing Locally

How to setup MCP JSON Configs in different providers.
Was this page helpful?
Previous

Link

Next

User Setup

Built with

MCP JSON config

Load Merge Agent Handler locally in different providers like Claude Desktop, Windsurf, and Cursor by setting up the MCP JSON configuration file. The config contains the Merge Agent Handler MCP url, and the bearer token.

What you need from Merge Agent Handler:

  • Tool Pack ID
  • Registered User ID
  • Production and Test Access Key
1{
2 "mcpServers": {
3 "agent-handler": {
4 "command": "npx",
5 "args": [
6 "-y",
7 "mcp-remote@latest",
8 "https://ah-api.merge.dev/api/v1/tool-packs/<tool-pack-id>/registered-users/<registered-user-id>/mcp",
9 "--header",
10 "Authorization: Bearer ${AUTH_TOKEN}"
11 ],
12 "env": {
13 "AUTH_TOKEN": "<ah-production-access-key>"
14 }
15 }
16 }
17}

Implementations in different providers

Claude Desktop

Steps:

  1. Open Claude Desktop Settings in the system’s menu bar
  2. Navigate to Developer settings
  3. Click “edit config”. You’ll need to open this file in a text editor or IDE.
  4. Paste the Merge Agent Handler MCP JSON config into the file. Remember to replace the Tool Pack ID, Registered User ID, and Access Key with information from the Merge Agent Handler dashboard.
  5. Click save, and then restart Claude Desktop. You should now see Merge Agent Handler tools loaded up!

For more detailed instructions, you can follow the guide here.

Windsurf

Steps:

  1. Open Windsurf Settings in the system’s menu bar
  2. Navigate to Cascade, and click on “Manage MCPs”
  3. Click on “View raw config”. This will open to the file where you can paste the JSON config.
  4. Paste the Merge Agent Handler MCP JSON config into the file. Remember to replace the Tool Pack ID, Registered User ID, and Access Key with information from the Merge Agent Handler dashboard.
  5. Click save, and then click “Refresh” on the Manage MCPs page.

For more detailed instructions, you can follow the guide here.

You can also do this directly in Cascade, the Windsurf agent. Click on the Customization icon in the top of Cascade (boxes icon), and click on the below icon.

MCP JSON Config

Cursor

You can follow the guide here.