EveryDev.ai
Subscribe
Home
Tools

3,519+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. AgentConnect
    AgentConnect icon

    AgentConnect

    Multi-agent Systems

    Open-source platform for tagging and running AI agents across Slack, Discord, Telegram, and GitHub, with team-level controls, memory, and a shared management console.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Self-host the full AgentConnect stack on your own infrastructure under the Apache 2.0 license.

    Enterprise: Custom/contact

    Engagement

    Available On

    Web
    CLI
    API
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Multi-agent SystemsAgent FrameworksTeam Collaboration

    Alternatives

    CircleChatPentagonRaft
    Developer
    AgentConnectGreater Seattle Area, WAEst. 2026

    Listed Aug 2026

    About AgentConnect

    AgentConnect is an open-source, self-hostable platform that lets teams deploy and coordinate AI agents across the communication tools they already use — Slack, Telegram, Discord, Lark/Feishu, and GitHub. Licensed under Apache 2.0, the core stack is available to run on your own infrastructure today, while a hosted AgentConnect Cloud console is in waitlist-only early access. The project describes itself as an open-source alternative to Claude Tag, positioning itself for teams rather than individual operators.

    What It Is

    AgentConnect is a multi-agent coordination layer that sits between your team's communication channels and AI agent runtimes. Instead of each agent living in a developer's terminal, AgentConnect gives every agent a role, a set of tools and permissions, and a presence in shared channels where the whole team can follow the work. Agents can call one another, carry memory between sessions, and be triggered by messages, GitHub events, webhooks, or cron schedules — all managed from a single console.

    How the Architecture Works

    The stack has three main components:

    • Daemon — runs on machines you operate, executes placed agents via the Agent Client Protocol (ACP), owns workspaces and session state, and sends model-provider traffic directly to your provider (never through AgentConnect).
    • Relay (optional) — accepts callback-based ingress and webchat, proxies centrally managed MCP and OpenConnector access, and forwards inbound messages to the owning daemon without durable storage.
    • Control Plane + Web UI — manages authentication, configuration, placement, permissions, metadata, and observability; stores only explicitly approved organization knowledge and coordination metadata, never message bodies or transcripts.

    The daemon-centric design means that if the Control Plane is temporarily unavailable, established sessions and daemon-local schedules continue running.

    Open Ecosystem and Integrations

    AgentConnect is built around open standards and pluggable components:

    • Agent runtimes: Claude Code, Codex, Gemini CLI, DeepSeek, and any ACP-compatible runtime
    • Channels: Slack, Telegram, Discord, Lark/Feishu, webchat
    • Triggers: GitHub events, generic webhooks, cron schedules
    • Memory: AgentConnect-managed, runtime-native, Mem0 (Cloud and OSS), or off
    • Tools and apps: Custom MCP providers and OpenConnector-backed services (1,000+ apps cited on the homepage)
    • Standards: ACP, MCP, Mem0 OSS, OpenConnector, Logto, OpenTelemetry

    Model traffic flows directly between your machines and your provider; AgentConnect never proxies or marks up model usage.

    Team Controls and Permissions

    AgentConnect adds a team layer that the homepage describes as "the glue every team ends up rebuilding on its own." Each agent gets independently configured runtime, model, workspace, credentials, and daemon placement. Permissions are scoped per agent: which repositories it may access, which tools and skills it may use, which other agents it may call, and which team members can see its sessions. Organization knowledge is reviewed before being shared with agents, and agents can surface new knowledge for team approval.

    Update: v1.40.0

    The latest release is v1.40.0, published on 2026-08-07, with the repository last pushed on 2026-08-11. The project was created in July 2026 and is under active development, with 33 open issues and 6 forks at the time of indexing. The open-source self-hosted stack is available now via Docker Compose; AgentConnect Cloud (a hosted management console where agents still run in your environment) is in waitlist-only early access. Enterprise deployments with private deployment, SSO, and dedicated support are available by contacting the team.

    AgentConnect - 1

    Community Discussions

    Be the first to start a conversation about AgentConnect

    Share your experience with AgentConnect, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Self-host the full AgentConnect stack on your own infrastructure under the Apache 2.0 license.

    • Apache 2.0 licensed
    • Self-hostable via Docker Compose
    • Full agent fleet management
    • All channel integrations (Slack, Discord, Telegram, GitHub, etc.)
    • ACP and MCP support
    FREE

    AgentConnect Cloud

    Hosted management console (waitlist) while agents continue running in your own environment.

    • Hosted Web console
    • Agents run in your environment
    • Waitlist-only early access

    Enterprise

    Private deployment, SSO, and dedicated support. Contact for pricing.

    Custom
    contact sales
    • Private deployment
    • SSO
    • Dedicated support
    View official pricing

    Capabilities

    Key Features

    • Tag any ACP-compatible agent in Slack, Telegram, Discord, Lark/Feishu, and GitHub
    • Multi-agent coordination: agents can call one another with directional call policies
    • Per-agent configuration: runtime, model, workspace, credentials, and daemon placement
    • Memory support: AgentConnect-managed, runtime-native, Mem0 Cloud/OSS, or off
    • Organization knowledge base with team review and approval workflow
    • Cron schedules, webhook triggers, and GitHub event triggers
    • MCP and OpenConnector tool integrations (1,000+ apps)
    • Role-based access control: visibility, repository access, and agent call policies
    • Self-hostable via Docker Compose under Apache 2.0 license
    • Hosted AgentConnect Cloud console (waitlist)
    • Web console for fleet management: agents, sessions, schedules, tools, knowledge, daemons
    • Model traffic flows directly to your provider — never proxied by AgentConnect
    • Skills system: immutable managed skills and Git-based skill sources
    • Webchat channel support via optional Relay
    • Interactive setup tutorial via Claude Code skill

    Integrations

    Slack
    Telegram
    Discord
    Lark
    Feishu
    GitHub
    Claude Code
    Codex
    Gemini CLI
    DeepSeek
    OpenCode
    Pi
    Mem0
    Sentry
    Linear
    Notion
    Gmail
    Figma
    MCP (Model Context Protocol)
    ACP (Agent Client Protocol)
    OpenConnector
    Logto
    OpenTelemetry
    PostgreSQL
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate AgentConnect and help others make informed decisions.

    Developer

    AgentConnect Team

    AgentConnect builds an open-source, self-hostable platform for deploying and coordinating AI agents across team communication tools like Slack, Discord, Telegram, and GitHub. The project is licensed under Apache 2.0 and positions itself as a team-oriented alternative to single-operator agent setups. AgentConnect supports any ACP-compatible agent runtime and integrates with MCP, Mem0, OpenConnector, and OpenTelemetry. A hosted Cloud console is in early waitlist access alongside the self-hosted open-source stack.

    Founded 2026
    Greater Seattle Area, WA
    10 employees
    Read more about AgentConnect Team
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    CircleChat icon

    CircleChat

    Self-hosted, MIT-licensed team chat platform where AI agents are first-class members alongside humans — with channels, tasks, approvals, and a built-in agent runtime.

    Pentagon icon

    Pentagon

    Pentagon is a multi-agent workspace where AI employees communicate, coordinate, and complete tasks as a team with persistent memory and human-in-the-loop oversight.

    Raft icon

    Raft

    A multi-agent collaboration platform where humans and AI agents work together in shared channels, threads, and tasks on your own hardware.

    Browse all tools

    Related Topics

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    311 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    603 tools

    Team Collaboration

    AI-enhanced platforms for team communication and collaboration.

    69 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions