EveryDev.ai
Subscribe
Home
Tools

3,303+ 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. Memmy
    Memmy icon

    Memmy

    Agent Memory

    A personal AI memory hub and local agent runtime that gives every AI tool — Cursor, Claude Code, Codex, and more — one shared, fully controlled long-term memory.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under MIT license. Download and run locally with BYOK (bring your own API key) mode.

    Engagement

    Available On

    Windows
    macOS
    CLI
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent MemoryAgent FrameworksAI Coding Assistants

    Alternatives

    Letta CodeLettaClawdi
    Developer
    OpenMemShanghai, ChinaEst. 2024

    Listed Aug 2026

    About Memmy

    Memmy is an open-source desktop app, CLI, and API that acts as a unified memory layer across AI coding and productivity agents. Built by MemTensor and released under the MIT license, it runs locally on macOS and Windows, keeping all memory data on the user's own device. The project reached v1.0.4 as of late July 2026 and is actively developed on GitHub.

    What It Is

    Memmy solves a specific problem: every time you switch AI tools — from Cursor to Claude Code to Codex — you lose the context you built up. Memmy intercepts that loss by scanning your local AI conversation history, distilling it into structured long-term memory, and injecting the most relevant context into whichever agent you switch to next. The tagline "let every AI remember the same you" captures the core job: one memory, many agents.

    How the Memory Layer Works

    Memmy's memory pipeline runs in three stages:

    • Scan — after explicit user authorization, Memmy reads conversation history from supported agents (Cursor, Claude Code, Codex, OpenCode, OpenClaw, Hermes Agent) stored locally on the device.
    • Organize — a MemOS-powered memory engine distills scattered conversations into structured records: preferences, technical decisions, project background, and pitfalls, deduplicated and categorized.
    • Inject — when the user switches to any AI tool, Memmy performs on-demand retrieval and passes only the most relevant memory, not a full data dump.

    The memory service runs at http://127.0.0.1:18960 by default and exposes session, turn, search, write, panel, and analytics APIs. Every entry point — desktop app, CLI, and OpenAI-compatible API — reads and writes the same memory store.

    Multiple Entry Points, One Runtime

    Memmy is described in its documentation as an "AI Agent Runtime," not just a chat interface. It unifies long-term memory, agent execution, and tool connections in a single local runtime:

    • Desktop app — GUI workbench for macOS 12+ and Windows 10+, with account mode (free trial tokens included) or BYOK (bring your own API key) mode.
    • memmy CLI / TUI — interactive terminal chat, single-turn messages, and an OpenAI-compatible server (memmy serve on port 18990).
    • memmy-memory CLI — a lightweight client for external agents and scripts to search, add, and retrieve memory entries from the local memory service.

    Tool and Ecosystem Connections

    Beyond memory, Memmy functions as a general-purpose local agent. The README lists support for connecting messaging platforms (Telegram, Discord, WeChat, Feishu, DingTalk) and productivity tools (GitHub, Gmail, Notion, Slack, Jira). It also supports MCP (Model Context Protocol) and custom Skills for extending capabilities such as file handling, shell commands, web browsing, image generation, and task automation. A managed Chromium browser is bundled for local page inspection and visual verification.

    Local-First Architecture and Data Control

    All memory, configuration, and app state are stored on the user's machine by default. The homepage states that memory data is "never uploaded to any remote server." Users control which agent can access each memory entry, how much context is passed, and can view or delete any memory at any time. The README notes that when the memory service is unavailable, Memmy reports an error explicitly rather than returning fabricated memories.

    Update: v1.0.4

    The latest release is Memmy v1.0.4, published on July 30, 2026. The repository was created on July 16, 2026, making this a very recently launched project. The GitHub repository had accumulated 259 stars and 32 forks within roughly two weeks of creation. The roadmap points toward expanding memory sources beyond AI conversations to browser activity and local documents, and toward planned team collaboration features that would let multiple users' AI assistants share knowledge under privacy controls.

    Memmy - 1

    Community Discussions

    Be the first to start a conversation about Memmy

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

    Pricing

    OPEN SOURCE

    Free & Open Source

    Fully free and open source under MIT license. Download and run locally with BYOK (bring your own API key) mode.

    • Full desktop app for macOS and Windows
    • CLI and TUI agent runtime
    • OpenAI-compatible API server
    • Cross-agent memory layer
    • Local-first architecture
    OPEN SOURCE

    Account Mode (Free Trial)

    Sign up for an account to receive free agent task trial tokens. No API key required to get started.

    • Free trial tokens for agent tasks
    • Automatic model routing
    • Full Memory + Agent Runtime access
    • Zero config required
    • Switch to BYOK when trial credits run out

    Capabilities

    Key Features

    • Cross-agent shared memory layer
    • Automatic scan of local AI conversation history
    • MemOS-powered memory engine for distillation and retrieval
    • Structured memory: preferences, decisions, project context, pitfalls
    • On-demand context injection into any AI tool
    • Desktop app for macOS and Windows
    • CLI/TUI interactive agent runtime
    • OpenAI-compatible API server
    • BYOK (bring your own API key) mode
    • Account mode with free trial tokens
    • MCP (Model Context Protocol) support
    • Custom Skills for extending agent capabilities
    • Managed Chromium browser for local page inspection
    • Messaging integrations: Telegram, Discord, WeChat, Feishu, DingTalk
    • Productivity tool integrations: GitHub, Gmail, Notion, Slack, Jira
    • Local-first architecture — no data uploaded to remote servers
    • Per-memory access control
    • History import from Cursor, Claude Code, Codex, OpenCode, OpenClaw, Hermes Agent
    • Personalized First Meeting Report after initial scan
    • Multi-model and BYOK configuration

    Integrations

    Cursor
    Claude Code
    Codex
    OpenCode
    OpenClaw
    Hermes Agent
    Telegram
    Discord
    WeChat
    Feishu
    DingTalk
    GitHub
    Gmail
    Notion
    Slack
    Jira
    MCP (Model Context Protocol)
    OpenAI API
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    OpenMem

    OpenMem builds memory-native AI infrastructure through the MemOS framework. The company develops production-grade memory services that enable AI systems to maintain persistent understanding and personalization across tasks. OpenMem serves enterprise partners including Trip, Anker, Haier, Alibaba Cloud, and China Telecom with scalable memory solutions.

    Founded 2024
    Shanghai, China
    25 employees

    Used by

    Alibaba
    Zhejiang University
    Sian Health (Strategic Partner)
    Read more about OpenMem
    WebsiteGitHub
    2 tools in directory

    Similar Tools

    Letta Code icon

    Letta Code

    Letta Code is an AI coding assistant powered by stateful agents with persistent memory, enabling long-context, multi-session coding help directly in your development environment.

    Letta icon

    Letta

    Letta is an open-source platform for building stateful AI agents with persistent memory that can continuously learn and self-improve over time.

    Clawdi icon

    Clawdi

    Clawdi is a unified cloud hub for AI agents that syncs memory, skills, API keys, and app connections across Claude Code, Codex, OpenClaw, and Hermes.

    Browse all tools

    Related Topics

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    106 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    532 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

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