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. MemAuthority
MemAuthority logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 8:32:49 PM

MemAuthority

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website

Git-backed long-term memory authority for AI agents via MCP.

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
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "memauthority": {
      "url": "https://linux.do/"
    }
  }
}

πŸ’‘ 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

Documentation Overview

MemAuthority β€” Git-Backed Long-Term Memory for AI Agents

δΈ­ζ–‡

MemAuthority is a Git-backed long-term memory system for AI agents, exposed through MCP (Model Context Protocol). It lets a new session, another machine, or another agent recover the project's accumulated context and continue working instead of rediscovering the same decisions and pitfalls.

Rather than attempting to record every single detail, it focuses on distilling:

Lessons and conclusions that future agents should never have to rediscover from scratch.

A clear division of responsibility:

  • You act as the gatekeeper: deciding what is truly worth keeping for the long haul;
  • The Agent handles execution: understanding, retrieving, summarizing, updating, and pruning memories;
  • MemAuthority provides the safety net: keeping long-term memory reliable and available on demand while protecting it from stale writes, duplicate retries, and interrupted updates.

The agent still decides what the content means and whether it should change. MemAuthority makes sure the memory that remains is reliable over time.


Who Is This For?

MemAuthority is designed for users who prioritize the quality of long-term memory.

You may have experienced the lack of control with built-in platform memories:

  • Unclear why something was remembered;
  • Uncertain when it will be recalled;
  • Unable to verify whether information has become obsolete;
  • Left with no clean way to make precise edits or deletions.

Or perhaps you have tried maintaining a MEMORY.md file, only to watch it grow bloated and messy over time β€” eventually confusing the agent rather than helping it.

MemAuthority is a good fit when:

Want to invest minimal effort curating memory quality, while delegating all routine organization to the agent.

"Investing effort" does not mean manually editing files all day. It means making high-leverage decisions at key moments:

  • Is this information worth keeping long-term?
  • When should the memory be reviewed or cleaned up?
  • Does any of this involve sensitive data or secrets?
  • Does the agent's proposed curation align with your actual intent?

All mechanical heavy lifting β€” formatting, categorizing, archiving, and targeted retrieval β€” is handled entirely by the agent.


Why Not Just Use MEMORY.md?

If your project's memory is small, rarely changes, or you simply do not want to spend any attention on memory maintenance, sticking with a plain MEMORY.md is the easiest choice.

Once that file stops being just a note and becomes long-term project state that future sessions need to trust, MemAuthority starts to become useful.

It addresses a higher-order need:

Turning long-term memory maintenance into a reliable, controllable, and engineered workflow.

It provides far more than just "letting an agent edit Markdown." It delivers a robust operational architecture:

  • Precise On-Demand Loading: Loads memory only when a task actually needs it, preventing irrelevant noise from bloating or polluting the context window;
  • Clear Role Separation: Distinctly separates handoff state, standing rules, milestone progress, and pitfall avoidance;
  • Concurrency & Version Safety: Enforces strict version checks (CAS β€” Compare-And-Swap) before writes, preventing stale revisions from silently overwriting fresh content;
  • Idempotency & Deduplication: Safe against retries caused by network glitches or aborted runs without creating duplicate memories;
  • Convergence & Full History: Keeps the active working memory lean and compact, while relying on Git for complete, auditable revision history;
  • Transactions & Crash Recovery: Features explicit journaling and recovery mechanisms in case of interrupted or failed writes.

A useful way to think about it is:

Authority stores the state a future agent should inherit now; Git stores the full history.

In short:

MEMORY.md optimizes for simplicity; MemAuthority optimizes for keeping long-term memory reliable as the project grows.


Everyday Workflow

In an ideal workflow, MemAuthority stays quietly behind the scenes. You interact with the agent using natural, concise instructions:

1. Retrieve on Demand at Task Start

Use only when the current session genuinely lacks project context:

"Check this project's MemAuthority β€” pull in only what you need."

The agent should choose the shortest useful path: read directly when the location is known, search when it is not, and use handoff when it needs a quick overall project handoff. If the current conversation already contains enough context, there is no need to call MemAuthority at all.

2. Curate What to Remember

"List the takeaways from this task worth keeping long-term β€” I'll decide what to save."

The agent distills candidate items, and you make the final call on what to keep, edit, or discard.

3. Quick, Low-Friction Logging

"Record this task."

A common, low-effort command. By default, the agent adopts a conservative strategy β€” logging it as a low-risk progress entry without altering long-term rules on its own.

4. Post-Task Maintenance

"Review the MemAuthority memory actually used in this task. Update it from what just happened or was verified, and remove anything obsolete."

The agent that just completed the task has the freshest code, tool results, runtime facts, and user decisions. It only needs to maintain the memory it actually read and used, rather than scanning the entire Vault every time.

5. Park Ideas for Later to Free Up Context

"This direction is worth exploring later β€” drop it in MemAuthority TODO so it doesn't clutter our current context."

Here, a TODO is not a project management issue tracker, but rather:

A staging ground for ideas worth revisiting later, without consuming cognitive bandwidth today.

Once acted upon, the TODO item should be deleted, and any durable conclusions that emerge are promoted to long-term memory.


"Record this task" β€” How to Avoid Memory Bloat?

MemAuthority does not require you to deliberate over "should this go into rules or progress" every time you want to record something.

When you give an open-ended command like "Record this task", the agent's default behavior is:

  • Default to progress;
  • Record only the core deliverables completed in this session;
  • Record only meaningful state transitions;
  • Record only key context needed for future continuation.

What should be actively filtered out by default:

  • Full chat transcripts, conversational filler, and pleasantries;
  • Granular, operation-by-operation action logs and trial-and-error details;
  • Ephemeral failures with no future reuse value;
  • Duplicate facts already documented in the vault;
  • Transient, outdated, sensitive, or purely speculative content.

Furthermore, an agent must never elevate something to a long-term rules entry simply because it "sounds important." Durable rules, handoff states, and pitfall lessons should be distilled progressively through real-world work.

System-level guardrails provided by MemAuthority:

  • Enforces a standard schema for all written content;
  • Restricts mutations based on memory roles (Role-based access);
  • Automatically scans and blocks high-confidence secrets and credentials;
  • Uses idempotency mechanisms to prevent retries from piling up duplicate entries;
  • Uses version validation (CAS) so stale revisions cannot silently overwrite newer revisions;
  • Validates candidate vault integrity before committing writes;
  • Supports journaled transactions with crash recovery.

The system's promise is not that "a low-quality note will never be written," but rather:

The agent records conservatively, MemAuthority guarantees underlying state integrity, and ongoing real-world work continuously refines and prunes the memory.

Consistency operates on two distinct layers:

  • Semantic Consistency: Maintained by the agent, reconciling new task outcomes with existing knowledge;
  • State Consistency: Enforced by MemAuthority, backed by Git Authority, revision CAS, idempotency, and transactional journaling.

Remember: progress is a low-friction entry point for milestone logging, not an immutable, append-only archive.


What If I Already Have MEMORY.md or Legacy Notes?

No need to rewrite everything by hand.

For legacy migration, MemAuthority takes a principled approach:

Let the agent perform semantic migration, rather than building custom importers for every legacy format into MemAuthority.

As long as the agent can read and understand your legacy material, it can migrate from any source:

  • Existing MEMORY.md files;
  • General Markdown or plain text documents;
  • JSON exports;
  • System prompt files;
  • Historical handoffs and chat summaries;
  • Conflicting multi-source notes;
  • Any other text format an LLM can parse.

Standard Migration Flow:

  1. The agent learns MemAuthority's structural specifications and memory standards;
  2. The agent reads the legacy notes;
  3. It deduplicates, merges, updates, and categorizes information;
  4. It strips out obsolete facts, redundant entries, raw logs, ephemeral notes, and unsuitable content;
  5. It exports the curated output into the standard MemAuthority vault structure.

You can simply instruct your agent:

"Read MemAuthority's memory specification first, then inspect this legacy memory file. Deduplicate, merge, update, and restructure anything worth keeping long-term. Remove anything outdated, repetitive, raw logs, ephemeral notes, or unfit for long-term storage. Propose a migration draft for my review before writing."

Migration is fundamentally a curation decision, not a mechanical copy-paste.

Distilling a bloated 5,000-line legacy dump down to 500 lines of high-signal memory is often the hallmark of a successful migration.

For initial onboarding or large-scale migration, the recommended v1 workflow is:

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 β†’
  • Nan Forget logoNan Forget

    Long-term memory for AI coding tools via vector search (Qdrant).

    🧠 Knowledge & Memory2 views
    Compare vs Nan Forget β†’
  • C
    CP Memory

    Local-first, governable long-term memory for AI coding agents

    🧠 Knowledge & Memory0 views
    Compare vs CP Memory β†’

Reviews

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

Frequently Asked Questions about MemAuthority

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "memauthority": { "command": "npx", "args": ["-y", "MemAuthority"] } }

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 PreviewMemAuthority AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/memauthority?style=directory)](https://allmcps.com/mcp/memauthority)
HTML Embed
<a href="https://allmcps.com/mcp/memauthority"><img src="https://allmcps.com/api/badge/memauthority?style=directory" alt="MemAuthority on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Last updatedSep 7, 2026
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 stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
36Quality signal: Fair Β· 36/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 & tools15/30
Adoption & activity2/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.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

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

Explore 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 MemAuthority β†’Install in Claude DesktopInstall in CursorInstall in VS Code