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
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • 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. Aide Memory
Aide Memory logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 2:16:36 AM

Aide Memory

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website
memorycoding-agentsdeveloper-toolsmcp

Stores path-scoped coding knowledge locally, recalls relevant context, and syncs shared memories through Git.

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.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for aide-memory, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

Persistent, path-scoped memory for coding agents is provided by the aide-memory MCP server, using local JSON files and MCP tools to store and recall project context. Six editor hooks detect corrections, prompt reflection, inject startup context, and trigger relevant recalls when files are accessed. Memories are organized into preferences, technical facts, area context, and guidelines, with more specific scopes ranked first. Reach for it when agents repeatedly forget coding conventions, architectural decisions, or team guidance across sessions and tools.

Use cases

•Capture coding corrections for future sessions
•Recall conventions when an agent opens a scoped file
•Share team memories through Git
•Separate personal preferences from repository guidance

Key features

•Path-scoped memory recall
•Seven MCP memory tools
•Six editor lifecycle hooks
•Four typed memory layers
•Git-synced JSON storage
•FTS5 and optional semantic search

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Path-scoped memory recall
Seven MCP memory tools
Six editor lifecycle hooks
Four typed memory layers
Git-synced JSON storage
FTS5 and optional semantic search

How Aide Memory works

What aide-memory MCP server does

The aide-memory MCP server gives coding agents a persistent memory layer alongside existing rules files. It captures knowledge that would otherwise remain in a conversation, including contributor preferences, technical facts, decisions tied to a code area, and team guidelines. Memories can be scoped with path globs such as src/components/dashboard/**, allowing the agent to receive context related to the files it is working on rather than loading one large rules file every time.

The project stores memory content in .aide/memories/ as JSON files. Shared memories can be committed to a repository and distributed through Git, while personal preferences can be kept in preferences/personal/, which is gitignored by default. Claude Code and Cursor use the same memory directory, so knowledge captured in one can be available in the other.

How it works

Running initialization installs six lifecycle hooks. A prompt-submission hook looks for corrections and can prompt the agent to save them. A stop hook periodically asks whether decisions or findings should be retained. At session start, selected preferences, guidelines, and priority memories are injected. Before file reads or edits, the system checks matching scopes and prompts recall when relevant memories exist. Post-tool tracking prevents repeated prompts for the same recalled information, while pre-compaction tracking resets that state after context compaction.

Recall ranking favors area_context, followed by technical, preferences, and guidelines. Scoped memories rank above project-wide entries. The aide-memory MCP server also supports keyword search through FTS5, with optional semantic search using Transformers.js or Ollama.

Setup and configuration

The documented installation is:

Terminal
npm install -g aide-memory
aide-memory init

The project requires Node.js 18 or later and npm or npx. Initialization creates the project configuration and wires the hooks into supported editor workflows. After initialization, restart the editor or start a fresh session so the MCP server registers. Cursor users must also enable aide-memory in the editor's MCP settings.

Configuration is seeded in .aide/config.json. Available settings control reflection frequency, scope thresholds, session-start context size, active hooks, correction detection, and whether preferences are personal or shared. Telemetry can be disabled with AIDE_TELEMETRY=off.

Tools and capabilities

The MCP interface exposes seven tools:

  • aide_recall retrieves relevant memories for a path or context.
  • aide_remember stores a new memory.
  • aide_update changes an existing memory.
  • aide_forget removes a memory.
  • aide_search searches stored memories.
  • aide_memories lists available memories.
  • aide_import imports memory data.

The CLI provides corresponding memory operations plus initialization, statistics, recall-log inspection, configuration, synchronization, migration, and cleanup commands.

Limitations and notes

Memory content remains on the local machine, but anonymized usage data is sent to PostHog by default. The reported data includes event type, a hashed machine identifier, platform, and Node version; telemetry can be turned off. The project does not require Docker, an external database, an API key, or a cloud account.

Claude Code is the reference adapter, and Cursor has full hook and MCP wiring. Windsurf, Codex, and Copilot receive a rules template at launch, but deeper integration is described as dependent on future user feedback. The project is free to use, but the provided material does not name a specific software license.

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 & Memory31 views
    Compare vs Moxie Docs MCP →
  • Agentmem logoAgentmem

    Governed memory for coding agents with trust lifecycle (hypothesis → active → validated → deprecated), conflict detection, staleness tracking, and health scoring. SQLite + FTS5, zero infrastructure. pip install quilmem[mcp]

    🧠 Knowledge & Memory3 views
    Compare vs Agentmem →
  • Krimto logoKrimto

    Open-source team memory layer for AI coding agents. Markdown files in git as storage, a user→team→org hierarchy as the access primitive, and one cross-vendor MCP server (Claude Code, Cursor, Codex, Gemini CLI). Hybrid SQLite + sqlite-vec retrieval. Apache-2.0.

    🧠 Knowledge & Memory3 views
    Compare vs Krimto →
  • Timps logoTimps

    Persistent memory with contradiction detection, burnout monitoring, and 69 intelligence tools.

    🧠 Knowledge & Memory3 views
    Compare vs Timps →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
2
Stargazers on the source repository.
npm downloads
170
Package downloads in the last 30 days.
Last commit
3mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Aide Memory

Run `npm install -g aide-memory`, then run `aide-memory init`. Restart the editor or start a fresh session so the MCP server registers.

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

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 7, 2026
10/14 checks healthy over the last 46d
Views3
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 stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 22, 2026
npm downloads170/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
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 & tools13/30
Adoption & activity4/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.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

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 Aide Memory →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients