Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿง  Knowledge & Memory
  3. Midas
Midas logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 9:16:01 PM

Midas

User RatingsBe the first to rate and review this MCP server!
View Repository14 GitHub StarsTotal stargazers on GitHub for the source repository (14 stars).Visit Website

Local, zero-cost, source-traceable memory for long-horizon AI agents with typed belief revision and provenance-based safety.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "vornicx-midas": {
      "command": "npx",
      "args": [
        "-y",
        "midas-memory-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿง  More in Knowledge & Memory

Overview

Midas provides a fully local memory layer for AI agents that persists across sessions without using an LLM at ingest, eliminating API costs and data egress. It stores verbatim source turns with traceability and uses typed belief revision and selective forgetting to maintain current, accurate memory. A provenance guard prevents agents from acting on stale or unconfirmed memory, enabling safe, auditable long-term agent behavior. It supports multiple clients sharing one SQLite memory file and includes tools for inspection and audit logging.

Use cases

โ€ขPersist agent memory across sessions without external API calls
โ€ขEnsure memory recall is verbatim and traceable to original inputs
โ€ขPrevent agents from executing destructive actions without explicit user confirmation
โ€ขShare a single memory store among multiple AI clients
โ€ขMaintain up-to-date beliefs with automatic revision and forgetting

Key features

โ€ขZero-cost local memory with no LLM calls at ingest
โ€ขVerbatim source turn recall with provenance tracking
โ€ขTyped belief revision and selective forgetting to keep memory current
โ€ขProvenance guard blocking unsafe actions unless user-confirmed
โ€ขShared SQLite memory file accessible by multiple clients
โ€ขLocal web inspector and hash-chained audit log for transparency

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Midas.

Extracted Tool Capabilities
Zero-cost local memory with no LLM calls at ingest
Verbatim source turn recall with provenance tracking
Typed belief revision and selective forgetting to keep memory current
Provenance guard blocking unsafe actions unless user-confirmed
Shared SQLite memory file accessible by multiple clients
Local web inspector and hash-chained audit log for transparency

Documentation Overview

Midas

The local memory layer for long-horizon AI agents โ€” remembers across sessions, keeps what's current, and won't act on stale memory.
No LLM at ingest ยท $0 per message ยท fully local ยท every recall traces to its source.

tests PyPI npm Python 3.11+ License: MIT

Your AI assistant forgets everything between sessions. Midas is the memory that lives next to it, on your machine. Your coding agent remembers the decisions, conventions, and bugs from three sessions ago โ€” without piping every message through an LLM to "extract" facts. It costs nothing per message, nothing leaves your computer, every memory traces back to the exact turn it came from, and it won't let an agent act on memory that's stale or never confirmed.

bash
uv tool install "midas-memory[mcp,local]"   # install
midas init                                  # create the shared memory + wire up your MCP clients
# or, no Python:    npx -y midas-memory-mcp     # TypeScript port
# or, as a library: pip install "midas-memory[local]"
uv tool upgrade midas-memory   # Update Midas

Install in your agent ยท See the benchmarks ยท Complete overview ยท Roadmap


Why Midas

Most memory tools call an LLM to summarize every session โ€” so you pay in tokens forever, add latency, ship every turn to a provider, and get back rewritten facts you can't audit. Midas makes the opposite bet, and that bet is what makes it cheap, private, and trustworthy:

  • $0 and private by construction. No LLM at ingest or query โ†’ no API spend, nothing leaves your machine, fast local ops (~tens of ms, no per-turn network round-trip).
  • You can trust what it recalls. Recall returns the verbatim source turn, not an LLM rewrite โ€” so there's no extraction step that can silently hallucinate a "fact" you never said.
  • It stays current on its own. Typed belief revision supersedes the old value instead of piling up duplicates; selective forgetting keeps it bounded โ€” all with no LLM.
  • It's safe to build on. A provenance guard lets memory inform planning but blocks memory-justified external or destructive actions unless you explicitly confirmed them โ€” and a superseded memory can't authorize an action at all.
  • One file, many tools. Point Claude Code, Cursor, and your chat app at one SQLite file and they share one live memory.
  • Proven, not asserted. Every claim has a reproducible benchmark โ€” including the experiments that failed.

How Midas compares

Every Midas number below is measured and reproducible from this repo; the LLM-at-ingest column reflects the structural properties of that design class (Mem0, Zep, Hindsight) and the figures documented in BENCHMARKS.md.

MidasLLM-at-ingest systems (Mem0, Zep, Hindsight)
LLM calls at ingest0โ‰ฅ1 per session
Cost per message$0per-token API spend, forever
Data egress at ingestNoneevery turn leaves the box
Ingest latency~16โ€“116 ms, local, embed-bound~668 ms + API round-trip
Recall returnsverbatim source turn, traceableLLM-rewritten facts (source recall@k not computable)
Deterministic & reproducibleyes โ€” every number, one commandno
Works fully offlineyes (measured end-to-end with a local Ollama reader)no
LongMemEval-s judged answer (gpt-4o)0.840.84 โ€” Observational Memory, with LLM ingest
Whole-conversation aggregation / summarizationโŒ by design โ€” top-k retrieval can't cover it (documented)โœ… their structural edge

The last row is deliberate: Midas trades whole-conversation abilities for $0, privacy, and auditability, and publishes the measurements that show exactly where that trade bites.

More than recall: a memory you can govern

Finding a buried fact is table stakes. A long-horizon coding agent needs memory it can act on safely and resume from cleanly โ€” which is where similarity search alone falls short:

You askโ€ฆMidas answers withWhy top-k recall can't
"Can I run this destructive migration?"Guard: allowed only if you confirmed it, and only if that confirmation is still currentprovenance + currency aren't a similarity match
"What's the current state of project Apollo?"memory_state: the live, non-superseded decisions / constraints / factsa broad "current state" query matches no single turn
"What changed since our last session?"memory_diff: beliefs added, and beliefs revised (old โ†’ new)"what's new" isn't a content query at all
"How do I speed up the transactions list?"the prior fix resurfaces, so the agent doesn't re-diagnose itโ€”

These properties are measured, not asserted โ€” the agent-memory bench suite scores action-safety, decision-adherence, repeated-mistake avoidance, resume fidelity, conflict detection/precision (live contradictions between agents found without over-flagging), and adversarial memory-safety across scripted multi-session projects. The safety eval blocks 10 / 10 adversarial attacks (ASR 0.00) โ€” including a planted confirmation next to a prohibition, a confirmation for a different action, a provenance-laundering supersession, and a cross-namespace approval โ€” with no over-blocking (benign-pass 1.00). Deterministic, $0, no LLM. Reproduce every number with one command:

bash
uv run python -m eval.benches      # the whole governance suite โ€” or `midas bench` from a checkout

How it does on the benchmarks

Deterministic, reader-independent retrieval (recall@k โ€” fraction of the gold supporting turns pulled into context) on the full public sets, vs a recency-window baseline:

Benchmark (full set)baselineMidas
LongMemEval-s โ€” 500 questions, 246,750 turns0.010.92
LoCoMo โ€” 10 conversations, n=1,5400.050.73
BEAM โ€” frontier benchmark, 100K โ†’ 10M tokens0.000.56 โ†’ 0.32

And the cross-system metric, judged answer-rate (same gpt-4o judge the leaderboards use):

Judged answerbaselineMidas
LongMemEval-s (gpt-4o reader, ties LLM-ingest SOTA at $0 ingest)โ€”0.84
BEAM-100K (gpt-4o judge, raw-turn floor, $0 ingest)0.050.40

All of it at 0 LLM calls, $0, and 0 data egress at ingest. Full numbers, per-category breakdowns, reproduce commands, and the head-to-head vs Mem0/Zep/Mastra are in BENCHMARKS.md.

Eval-first means we publish the misses too. Hybrid retrieval, reranking, thread-diversification, dual-granularity indexing, and naive distillation were all measured to not help (or to hurt) and are documented as such. That honesty is the point โ€” see BENCHMARKS.md and docs/frontier-2026.md.


Connect it to your coding agent

One command wires up everything:

bash
midas init        # creates the shared memory + configures every MCP client it finds
midas status      # check what's wired   ยท   run `midas init --dry-run` to preview first

Both take --json to emit a machine-readable client wiring receipt โ€” which memory each client got wired to, under which scope/policy, and which clients were skipped (config paths only, never memory contents). Paste it into a bug report, or let another agent verify the setup without scraping prose.

midas init creates one shared memory (~/.midas/memory.sqlite3) and points the MCP clients it detects โ€” Claude Code, Codex, Grok Build, Cursor, Claude Desktop, Windsurf, VS Code, Gemini CLI, Cline, Zed โ€” at it. So all your agents read and write the same memory, autonomously, with no per-client paths to keep in sync.

Prefer a single endpoint over per-client launches? Run one server and give your clients an MCP URL:

bash
midas serve --http        # โ†’ http://127.0.0.1:7077/mcp   (one server, one memory, every client shares it)
midas serve --http --token <secret>   # require `Authorization: Bearer <secret>` on every request

Keep Midas current with midas update. See your memory anytime with midas inspect.

Already carrying agent memory in files? midas import --from claude-md CLAUDE.md (or --from cursorrules, --from jsonl, --from mem0, --from zep) turns those rules and exports into first-class, recallable, governable memories โ€” tagged with where they came from, idempotent on re-run.

Want memory even when the agent never calls capture? midas init --claude-hook installs a Claude Code SessionEnd hook that offers each session's user turns to memory โ€” Midas's no-LLM policy still decides what is actually kept.

Manual setup โ€” any client, or to customize (click to expand)

Midas is a standard MCP server: point any client at the midas-mcp command. It uses the shared store by default โ€” no path needed. The universal block:

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    โ˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    ๐Ÿง  Knowledge & Memory21 views
    Compare vs Moxie Docs MCP โ†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    ๐Ÿง  Knowledge & Memory16 views
    Compare vs Scrivener MCP โ†’
  • Codebase Memory MCP logoCodebase Memory MCP

    Code-intelligence engine that indexes a repo into a persistent knowledge graph โ€” functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, 99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. npx codebase-memory-mcp

    ๐Ÿง  Knowledge & Memory7 views
    Compare vs Codebase Memory MCP โ†’
  • Hindsight logoHindsight

    Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory

    ๐Ÿง  Knowledge & Memory3 views
    Compare vs Hindsight โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
14
Stargazers on the source repository.
npm downloads
35
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Midas

No, Midas operates fully locally with zero data egress; all memory is stored on the user's machine.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMidas AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/vornicx-midas?style=directory)](https://allmcps.com/mcp/vornicx-midas)
HTML Embed
<a href="https://allmcps.com/mcp/vornicx-midas"><img src="https://allmcps.com/api/badge/vornicx-midas?style=directory" alt="Midas on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿง Knowledge & Memory
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Last updatedAug 7, 2026
10/11 checks healthy over the last 33d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars14
GitHub Star CountTotal stargazers on GitHub representing community popularity (14 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 28, 2026
npm downloads35/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
53Quality signal: Good ยท 53/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 15d ago via OSV.dev ยท midas-memory-mcp (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿง  Knowledge & Memory โ†’Best MCP servers for Memory & Knowledge โ†’Alternatives to Midas โ†’Install in Claude DesktopInstall in CursorInstall in VS Code