agentconnect

The open-source, multi-agent alternative to Claude Tag. @ any agent, wherever work happens, your agents work alongside your team and each other, learning as they go.

151
Stars
13
Forks
TypeScript
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/agentconnect-md/agentconnect

Getting Started

Guides for using skills like agentconnect.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

AgentConnect logo

AgentConnect

The open-source, multi-agent alternative to Claude Tag.
@ any agent, wherever work happens.

FROM   Slack   Telegram   Discord   Lark and Feishu   GitHub   GitLab   Webhook      WITH   Claude   OpenAI   Grok Build   DeepSeek   OpenCode   Pi   ANY ACP AGENT

⭐ Star on GitHub · Documentation · Website · Blog

Join AgentConnect on Slack Follow @getAgentConnect on X Watch AgentConnect on YouTube

Test status Latest daemon version Apache 2.0 license

Use cases · Get started · Community · Why AgentConnect? · Build your stack · Architecture · Development · Explore

Multiple agents, one team—in the tools your team already uses.

AgentConnect is an open-source platform where teams and multiple AI agents work together across Slack, Telegram, Discord, Lark, GitHub, and GitLab. Bring Claude Code, Codex, Grok Build, DeepSeek, Pi, or any ACP-compatible agent into the conversations and workflows your team already has open.

Give each agent a role, then let people and agents collaborate in shared conversations. Agents can call one another, and work can begin from a message, issue, pull request, webhook, or schedule.

Each agent can have its own model, workspace, memory, MCP servers, skills, repository access, and sandbox policy. Fine-grained controls separate who may use an agent from who may see its sessions, while one console keeps the team's agents, integrations, and permitted work in view.

AgentConnect console: touring the Agents, Sessions, Schedules, Tools & Skills, Knowledge, and Daemons views

What teams do with AgentConnect

  • Triage issues together. People and agents investigate in one shared thread, bring in the right specialists, and keep the fix and verification visible from start to finish.
  • Customized code review. Run a general reviewer on every pull request, then bring in architecture or security reviewers only when a change needs them. Each reviewer can use its own model, instructions, repository access, tools, and sandbox policy.
  • Support across trusted workspaces. Start a support conversation in Telegram, involve engineering from a trusted Slack workspace, and return the resolution where the conversation began.
  • Run recurring operations. Start work from a schedule or webhook, bring exceptions into a shared conversation, and keep the human decision visible.
  • Keep private forks current. Subscribe to upstream changes through GitHub, a GitHub subscription in Slack, webhooks, or schedules. Let agents assess the impact, prepare and test relevant updates, and bring them to the team for review.

Get started

Pick the path that matches what you want to do.

Self-host locally

Start the Web console, Control Plane, Relay, and PostgreSQL with Docker Compose:

git clone https://github.com/agentconnect-md/agentconnect.git
cd agentconnect
docker compose up -d --pull always

Open http://localhost:3000, add a daemon from the console, run its generated command, and create your first agent. The default stack listens only on 127.0.0.1 and uses local no-auth mode for evaluation.

For Kubernetes, install the official Helm chart in charts/agentconnect, published to oci://ghcr.io/agentconnect-md/charts/agentconnect on every release. For authentication, public URLs, Linux sandbox requirements, provider apps, image pinning, secrets, and optional Mem0 configuration, follow the AgentConnect OSS guide.

Community

If AgentConnect looks useful, consider giving the repository a ⭐. It helps more teams discover the project.

Questions or ideas? Join the Slack community, open a GitHub issue, or follow project updates on X and YouTube.

Why AgentConnect?

AI agents are taking on work across the team, but most still live in individual terminals. AgentConnect brings them into the team's shared workflows:

  • Work as one team. Create agents with different roles and let them call on one another, while people follow along in the conversations where the work happens.
  • Keep work where it happens. Connect agents to Slack, Telegram, Discord, and Lark, or to repositories and workflows on GitHub or GitLab—even across trusted messaging workspaces.
  • Configure each role independently. Give every agent the model, workspace, memory, MCP servers, skills, repository access, and sandbox policy its work requires.
  • Control access for people and agents. Manage agent access separately from session visibility, link supported social identities, and decide which repositories, tools, and other agents each agent may reach.
  • Stay provider-neutral. Run Claude Code, Codex, Grok Build, DeepSeek, Pi, and other ACP-compatible agents side by side.
  • Stay in control. Self-host the Apache-2.0 stack, run agents in your environment, and keep execution and workspaces under your control.

Build your stack

LayerOptions
Agent runtimesClaude Code, Codex, Grok Build, DeepSeek, Pi, and other ACP-compatible runtimes
ChannelsSlack, Telegram, Discord, Lark / Feishu, and webchat
TriggersGitHub and GitLab events, generic webhooks, and schedules
MemoryAgentConnect-managed memory, supported runtime-native memory, external providers, or Off
Tools and appsCustom MCP providers and OpenConnector-backed services
Knowledge and skillsReviewed organization knowledge, immutable managed skills, and Git-based skill sources with per-agent enablement
Team controlsAgent access, session visibility, linked social identities, repository and tool access, and agent visibility
Agent configurationIndependent runtime, model, workspace, credentials, sandbox policy, and placement per agent

Architecture

AgentConnect daemon-centric message paths

ComponentResponsibility
DaemonRuns placed agents over local ACP, owns workspaces and session state, maintains direct platform connections and schedules, and sends model-provider traffic directly
Relay (optional)Accepts callback-based ingress and webchat, proxies centrally managed MCP and OpenConnector access, and forwards message ingress directly to the owning daemon without durable storage
Control Plane + Web UIManages authentication, configuration, placement, permissions, metadata, and observability; stores explicitly approved organization knowledge/skill revisions and otherwise proxies bounded daemon reads on demand

Live platform messages and ACP update streams stay on the daemon/relay data plane. Apart from explicitly approved organization knowledge and bounded skill bundles, the Control Plane stores coordination metadata—not message bodies, attachment bytes, pending Dream proposals, or ACP session streams. If it is temporarily unavailable, established sessions and daemon-local schedules continue; new assignments and configuration changes resume after reconnection.

See the daemon-centric architecture for the complete message paths, trust boundaries, and failure model.

Development

Development requires Node >= 24.12.0 and pnpm 11. Docker is required for the Control Plane integration tests.

pnpm install
pnpm dev          # run all packages in parallel
pnpm build        # build all packages
pnpm typecheck    # type-check all packages
pnpm lint         # lint the workspace
pnpm format:check # check formatting
pnpm test         # test all packages

# single package
pnpm --filter @agentconnect.md/daemon dev
pnpm --filter @agentconnect.md/control-plane dev
pnpm --filter @agentconnect.md/web dev

For a complete local Control Plane and PostgreSQL development setup, follow the Control Plane quickstart.

Monorepo layout

This repository is a pnpm workspace. Product packages live under packages/:

PackagePathRole
@agentconnect.md/clipackages/cliStable agentconnect entry point, daemon lifecycle, and upgrades
@agentconnect.md/connectionpackages/connectionShared WebSocket transport, correlation, backoff, and keepalive
@agentconnect.md/control-planepackages/control-planeOrchestration, registry, authentication, and Web UI BFF
@agentconnect.md/daemonpackages/daemonEdge message processing and agent execution unit
@agentconnect.md/memory-plugin-mem0packages/memory-plugin-mem0Mem0 Cloud and OSS memory-plugin profiles
@agentconnect.md/messagepackages/messagePure platform message normalization
@agentconnect.md/protocolpackages/protocolShared daemon, relay, and Control Plane wire contracts
@agentconnect.md/relaypackages/relayCallback ingress, webchat, and centralized MCP proxy
@agentconnect.md/setuppackages/setupBrowser-based self-hosting and provider App administration
@agentconnect.md/webpackages/webNext.js configuration and monitoring console

Explore

License

AgentConnect is available under the Apache License 2.0.

Frequently Asked Questions

What is agentconnect?

agentconnect is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by agentconnect-md. The open-source, multi-agent alternative to Claude Tag. @ any agent, wherever work happens, your agents work alongside your team and each other, learning as they go. It has 151 GitHub stars.

Is agentconnect safe to use?

agentconnect returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.

How do I install agentconnect?

Clone the repository with "git clone https://github.com/agentconnect-md/agentconnect" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is agentconnect written in?

agentconnect is primarily written in TypeScript. It is open-source under agentconnect-md on GitHub, so you can review or fork the full source.

Are there alternatives to agentconnect?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agentconnect against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details