EveryDev.ai
Sign inSubscribe
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
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
  • Polls
Create
    Home
    Tools

    2,608+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1666
    • Coding1214
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects396
    • Research371
    • Analytics339
    • Testing233
    • MCP227
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. Mercury Agent
    Mercury Agent icon

    Mercury Agent

    Autonomous Systems
    Featured

    Soul-driven open-source AI agent with Second Brain memory, multi-agent orchestration, 40+ permission-hardened tools, and multi-channel access via CLI, Web, and Telegram.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT license. Self-hosted on your own machine.

    Engagement

    Available On

    CLI
    Web
    Windows
    macOS
    Linux

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Autonomous SystemsAgent FrameworksCommand Line Assistants

    Alternatives

    Open Agent BuilderBackground AgentsPage Agent
    Developer
    Cosmic StackNoida, IndiaEst. 2024

    Listed Jun 2026

    About Mercury Agent

    Mercury Agent is an open-source, MIT-licensed AI agent built by Cosmic Stack and published on GitHub under cosmicstack-labs/mercury-agent. It runs 24/7 from a terminal, browser dashboard, or Telegram bot, and is designed around three core principles: it thinks (orchestrates parallel sub-agents), acts (executes 40+ built-in tools), and asks (prompts for permission before any write, command, or scope change). As of the latest release, v1.1.11 ("Skilly Mercury"), the project has accumulated over 2,500 GitHub stars.

    What It Is

    Mercury Agent is a terminal-first, multi-channel AI agent that combines persistent memory, a skill registry, multi-agent orchestration, and a configurable permission system into a single installable binary or npm package. It targets developers and power users who want a persistent, autonomous agent that runs on their own machine without cloud lock-in. The agent's "soul" — its personality and behavior — is defined by four markdown files the user owns and edits directly.

    Architecture and Deployment Model

    Mercury is built in TypeScript on Node.js 18+, using the Vercel AI SDK v4 for LLM calls and grammY for Telegram integration. All persistent data — memory, schedules, Kanban boards, configuration — lives in ~/.mercury/ on the user's machine. The Second Brain uses SQLite with FTS5 full-text search; no data leaves the device. The agent can run as a foreground process, a background daemon with crash recovery, or a system service (macOS LaunchAgent, Linux systemd, Windows Task Scheduler) that starts on boot.

    Two install paths are supported:

    • Standalone binary — a one-line curl | sh installer that downloads a pre-built, SHA-256-verified binary for macOS (arm64/x64), Linux (x64/arm64), or Windows (x64); no Node.js required.
    • npm package — npm i -g @cosmicstack/mercury-agent for users already on Node.js 20+.

    Three Channels, One Agent

    The same agent capabilities are exposed across three interfaces:

    • CLI — An Ink-based TUI with live progress views, slash command autocomplete, a Workspace IDE mode with file explorer and git panel, and keyboard shortcuts for background/foreground switching.
    • Web Dashboard — A React SPA at localhost:6174 with chat (SSE streaming), Kanban boards, Second Brain visualization, provider/skill/permission management, and dark/light theme.
    • Telegram — A bot with a single pinned status card showing live progress, ephemeral permission prompts, file uploads, and an organization access model with admin/member roles.

    Second Brain Memory System

    Mercury's memory is modeled after conscious and subconscious layers. The conscious layer holds active working memory for the current session; the subconscious layer stores long-term facts extracted automatically after each conversation. Ten memory types are supported: identity, preference, goal, project, habit, decision, constraint, relationship, episode, and reflection. Conflict resolution favors higher-confidence or more recent memories. Auto-consolidation runs hourly to synthesize profile summaries and detect patterns. All data is stored locally in SQLite and never sent to a cloud service.

    Skills Registry and Multi-Agent Orchestration

    Mercury supports a community skill registry at skills.mercuryagent.sh, which the project describes as hosting 126+ skills across 23 categories. Skills are single-purpose markdown files installable with one command (mercury skills install <category/slug>) and can be scheduled as recurring tasks. The registry requires no authentication and supports self-hosted overrides via environment variable.

    For parallel workloads, Mercury spawns sub-agents in isolated context windows with reader-writer file locks to prevent concurrent write conflicts. The Autopilot system monitors for stuck loops by analyzing parameter diversity and success rates, and can halt unproductive execution paths automatically.

    Update: v1.1.11 — Skilly Mercury

    The latest stable release, v1.1.11 ("Skilly Mercury"), was published on May 31, 2026. The homepage links directly to its release notes. The GitHub README also references v1.1.9 as a recent stable marker, indicating active release cadence. New provider integrations added in recent releases include ChatGPT Web (OAuth, no API key) and GitHub Copilot subscription access, which expose OpenAI, Anthropic, and Google models through existing subscriptions. The roadmap notes Google Gemini and Mistral as upcoming providers.

    Community Discussions

    Be the first to start a conversation about Mercury Agent

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

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT license. Self-hosted on your own machine.

    • Full agent capabilities with 40+ built-in tools
    • Second Brain memory (SQLite, fully local)
    • Multi-agent orchestration
    • CLI, Web Dashboard, and Telegram channels
    • Skills registry access (126+ community skills)

    Capabilities

    Key Features

    • Soul-driven personality via editable markdown files (soul.md, persona.md, taste.md, heartbeat.md)
    • Second Brain memory with 10 types, auto-extraction, conflict resolution, and auto-consolidation
    • 40+ permission-hardened built-in tools (filesystem, shell, git, GitHub, web, Spotify)
    • Multi-agent orchestration with parallel sub-agents and reader-writer file locks
    • Mercury Autopilot loop detection via parameter diversity and success rate analysis
    • Ask Me / Allow All permission modes with safe command whitelist
    • CLI (Ink TUI), Web Dashboard (React SPA), and Telegram bot channels
    • Skills registry with 126+ community skills installable via one command
    • Daemon mode with crash recovery and system service (LaunchAgent, systemd, Task Scheduler)
    • Token budget enforcement with daily limits, color-coded stats, and override command
    • Kanban boards with agent-powered card execution and SQLite storage
    • Provider fallback across DeepSeek, OpenAI, Anthropic, Grok, Ollama, ChatGPT Web, GitHub Copilot
    • Standalone binaries for macOS (arm64/x64), Linux (x64/arm64), Windows (x64) — no Node.js required
    • Workspace IDE mode with file explorer and git panel
    • Cron-based task scheduling with per-channel routing
    • Spotify integration with native playback, DJ mode, and 14 tools
    • Fully local SQLite + FTS5 storage — no cloud data egress

    Integrations

    OpenAI (GPT-4o-mini, GPT-4o, o3)
    Anthropic (Claude Sonnet, Haiku, Opus)
    DeepSeek
    Grok (xAI)
    Ollama (local and cloud)
    ChatGPT Web (OAuth)
    GitHub Copilot
    Telegram
    GitHub (PRs, issues, commits)
    Spotify
    npm
    Bun
    pnpm
    Yarn
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

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

    Developer

    Cosmic Stack

    Cosmic Stack builds Mercury Agent, a soul-driven open-source AI agent designed to run 24/7 from the terminal, browser, or Telegram. The team focuses on permission-hardened agentic tooling, persistent local memory, and multi-channel access without cloud lock-in. Mercury is released under the MIT license and actively maintained with a community skills registry and Discord.

    Founded 2024
    Noida, India
    15 employees

    Used by

    Open-source community (2,400+ GitHub…
    Incubated stealth companies
    Read more about Cosmic Stack
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Open Agent Builder icon

    Open Agent Builder

    An open-source framework by Firecrawl for building AI agents with web scraping and data extraction capabilities.

    Background Agents icon

    Background Agents

    An open-source framework for background coding agents that autonomously handle tasks from code to tests to merged PRs, enabling non-engineers to ship code.

    Page Agent icon

    Page Agent

    Page Agent is an open-source browser automation framework by Alibaba that enables AI agents to interact with web pages using natural language instructions.

    Browse all tools

    Related Topics

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    244 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    371 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    144 tools
    Browse all topics
    Back to all tools
    Discussions