Back to the catalog

merge-agent-handler

Connect Claude Code and Cowork to hundreds of enterprise tools (Jira, Salesforce, HubSpot, Slack, Gong, Workday, etc.) via Merge Agent Handl

Open source Repository Open in the app JSON README (API)

About

Connect Claude Code and Cowork to hundreds of enterprise tools (Jira, Salesforce, HubSpot, Slack, Gong, Workday, etc.) via Merge Agent Handler. 18 MCP tools for managing users, tool packs, connectors, and calling enterprise APIs.

Details

Kind
Plugins
Topic
Productivity
Publisher
merge-api
Origin
marketplace
Category
ferramentas
Last push
2026-05-06T16:27:36Z
Repository state
ativo
Language
TypeScript
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
merge-api/ah-plugins/merge-agent-handler

README

# Merge Agent Handler — Plugins

Official plugins that connect AI agents to enterprise tools via [Merge Agent Handler](https://merge.dev/agent-handler).

Each plugin is a thin wrapper around the [Merge CLI](https://docs.merge.dev/merge-agent-handler/local-agent-use/setup-your-agent-locally) — the CLI handles installation, OAuth, and writing the right config for your agent of choice.

## What is Merge Agent Handler?

[Merge Agent Handler](https://merge.dev/agent-handler) gives AI agents secure, managed access to hundreds of enterprise applications — Jira, Salesforce, HubSpot, Slack, Gong, Workday, GitHub, NetSuite, and more — through a single integration.

## Plugins

| Plugin | Agent | How to trigger setup |
|--------|-------|----------------------|
| [**cursor/**](cursor/) | [Cursor](https://cursor.com) | `/setup` |
| [**claude-code/**](claude-code/) | [Claude Code](https://docs.anthropic.com/en/docs/claude-code) / [Cowork](https://claude.ai/cowork) | `/merge-agent-handler:setup` |
| [**codex/**](codex/) | [Codex](https://developers.openai.com/codex/) | Ask Codex to "set up Merge Agent Handler" |
| [**openclaw/**](openclaw/) | [OpenClaw](https://openclaw.ai) (via [ClawHub](https://clawhub.ai)) | Ask the agent to "set up Merge Agent Handler" |

After installing the plugin, trigger setup in your agent's chat. It runs:

```bash
pipx install merge-api    # install the Merge CLI (requires Python 3.10+)
merge login               # OAuth in browser
merge setup <target>      # claude-code, cursor, or agents-md (Codex / Aider / any AGENTS.md agent)
```

The OpenClaw plugin skips the `merge setup` step — its bundled skill already teaches the OpenClaw agent how to call `merge search-tools` / `merge execute-tool` directly.

You can also run those commands yourself if you prefer.

## Usage

After setup, just ask your agent:

- "List the issues assigned to me in Jira."
- "Find Salesforce contacts at acme.com."
- "Send a Slack message to #engineering."
- "Show my recent Gong calls."

The first time you use a connector, you'll get a Magic Link to authenticate that service via OAuth. After that, your agent can call tools on your behalf.

## Resources

- [Set up your agent locally](https://docs.merge.dev/merge-agent-handler/local-agent-use/setup-your-agent-locally)
- [Merge Agent Handler docs](https://docs.merge.dev/merge-agent-handler)
- [merge.dev/agent-handler](https://merge.dev/agent-handler)

## License

MIT

More