EveryDev.ai
Subscribe
Home
Tools

3,569+ 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. mex
    mex icon

    mex

    Agent Memory

    Shared, validated memory layer for AI coding agents that keeps team knowledge in sync, governed, and grounded in real code.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Full open-source CLI available on GitHub under MIT license. Install via npm.

    Team (Early Access): Custom/contact

    Engagement

    Available On

    Windows
    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent MemoryAI Coding AssistantsCode Intelligence

    Alternatives

    GraphifyMemcoPersonal Codex Vault
    Developer
    mexDelhi, IndiaEst. 2025

    Listed Aug 2026

    About mex

    mex is an open-source CLI tool that creates a living, repo-local wiki for AI coding agents, maintained by those agents as they work. Built by Daksh Jaitly under the MIT license, it addresses the problem of fragmented, stale per-developer agent memory on engineering teams. The core CLI (mex-agent on npm) is live today, and a team dashboard for shared memory governance is in early access.

    What It Is

    mex sits between your codebase and your AI coding agents — tools like Cursor, Claude Code, Codex, Windsurf, GitHub Copilot, and OpenCode. Instead of each developer maintaining their own rules file that drifts from the real code, mex builds a deterministic local code graph (using Tree-sitter and SQLite) and turns what agents learn into structured Markdown. That wiki stays connected to the exact symbols it describes, so when code changes, mex can detect which knowledge is now stale. The result is a shared, governed source of truth that every agent on the team reads from and writes back to.

    How the Living Wiki Works

    Setup runs npx mex-agent setup, which inspects the repository, builds the code graph, creates a .mex/ directory of Markdown files (architecture, stack, decisions, conventions, patterns), and installs the right project anchor for whichever agent the developer uses. After that, agents begin each session with a small anchor file rather than a full-repository scan.

    Context routing is task-aware: the anchor points to ROUTER.md, which selects only the architecture notes, decisions, and patterns relevant to the current job. The README reports a benchmark on the mex repository itself showing a 916× reduction in corpus size versus graph scope, 100% expected-symbol recall, and 5/5 minimal-context agent tasks completed without fallback reads or greps — the project labels these directional results from one repository, not a universal claim.

    Drift Detection and Code Grounding

    A key differentiator is that wiki pages can be grounded to exact graph nodes via frontmatter grounds_to entries and inline mex:// symbol references. When a grounded function changes, moves, or disappears, mex check flags the affected knowledge without spending AI tokens. mex sync then gives the agent targeted repair context instead of asking it to rediscover the whole project. Supported languages for graph indexing include TypeScript, TSX, JavaScript, JSX, Python, and Rust, with framework-aware Express route-to-handler relationships.

    Team Memory and Governance

    The homepage describes a forthcoming team layer (currently in early access) built on top of the open-source CLI. In that model, a server-hosted collective context replaces per-developer rules files. An admin dashboard lets team leads see aggregate drift scores across every developer and repo, review what gets promoted into shared memory, and govern access and policy. Individual developers still keep local context but push to and pull from the shared layer. The project positions this as memory infrastructure that survives team growth and turnover.

    Update: v0.7.1 and Recent Releases

    The latest release is v0.7.1 (published August 5, 2026), described as "Improved agent guidance for graph commands." The preceding v0.7.0 introduced deterministic local code graphs, symbol-grounded knowledge, compact agent retrieval, and Python/Rust support alongside TypeScript and JavaScript. Earlier milestones include v0.6.2 (Windows support fixes, cross-platform path handling), v0.3.0 (agent-memory mode, heartbeat health checks, event log, interactive TUI dashboard, package renamed to mex-agent), and v0.2.0 (initial release with 8 drift checkers and multi-tool support). The GitHub repository shows 1,400+ stars and active development with frequent pushes.

    MCP Server and Ecosystem

    mex includes a packages/mex-mcp package that exposes wiki and event-log functionality as Model Context Protocol tools, sharing the same implementation as the CLI. The MCP package is not yet published to npm as of the v0.7.0 release. The project is provider-neutral and documents integration guides for Neovim users alongside the primary agent targets. An agent-memory mode (mex setup --mode agent-memory) extends the same routing model to operational environments like homelabs and long-running infrastructure agents.

    mex - 1

    Community Discussions

    Be the first to start a conversation about mex

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

    Pricing

    OPEN SOURCE

    Open Source

    Full open-source CLI available on GitHub under MIT license. Install via npm.

    • Full mex CLI (mex-agent npm package)
    • Local code graph with Tree-sitter and SQLite
    • Living Markdown wiki
    • Drift detection (mex check)
    • Context routing (mex sync)

    Team (Early Access)

    Shared, server-hosted collective memory with admin dashboard for team governance. Currently in early access.

    Custom
    contact sales
    • Shared server-hosted collective context
    • Admin dashboard for memory governance
    • Aggregate drift scores across developers and repos
    • Review and approve promoted memory
    • Access and policy controls
    • Works with every AI coding agent
    View official pricing

    Capabilities

    Key Features

    • Shared team memory layer for AI coding agents
    • Deterministic local code graph using Tree-sitter and SQLite
    • Living Markdown wiki grounded to exact code symbols
    • Drift detection without spending AI tokens (mex check)
    • Task-aware context routing via ROUTER.md
    • Symbol-grounded knowledge with mex:// references
    • Compact agent retrieval with hard token budget
    • Admin dashboard for team memory governance
    • Support for TypeScript, TSX, JavaScript, JSX, Python, and Rust
    • Multi-agent tool support: Cursor, Claude Code, Codex, Windsurf, Copilot, OpenCode
    • MCP server package for Model Context Protocol integration
    • Agent-memory mode for operational/homelab environments
    • Interactive TUI dashboard
    • Heartbeat health checks
    • Event log and timeline
    • Shell completions
    • Anonymous opt-out telemetry

    Integrations

    Cursor
    Claude Code
    Codex
    Windsurf
    GitHub Copilot
    OpenCode
    Neovim
    Avante.nvim
    Copilot.vim
    Model Context Protocol (MCP)
    npm
    Tree-sitter
    SQLite
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    mex Team

    mex builds shared, validated memory infrastructure for AI coding agents on engineering teams. Founded by Daksh Jaitly, the project ships an open-source CLI (`mex-agent`) that creates a living codebase wiki grounded in deterministic code graphs. The team is developing a governed team memory layer with an admin dashboard for leads to manage shared agent context at scale. mex is provider-neutral and works with every major AI coding agent.

    Founded 2025
    Delhi, India
    4 employees
    Read more about mex Team
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Graphify icon

    Graphify

    Open-source CLI skill that maps any codebase into an on-device knowledge graph your AI coding assistant can query instead of grepping through files.

    Memco icon

    Memco

    Memco is a shared memory layer for AI agents that captures lessons from agent runs and makes them available across models, tools, and teams so each agent starts with what the organization already knows.

    Personal Codex Vault icon

    Personal Codex Vault

    A starter monorepo template that gives OpenAI Codex durable shared memory across projects, people, skills, and writing style.

    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.

    124 tools

    AI Coding Assistants

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

    751 tools

    Code Intelligence

    AI tools that analyze, generate, and transform code through natural language understanding and programming language comprehension.

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