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. Rms Memory MCP
Rms Memory MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/21/2026, 5:17:32 AM

Rms Memory MCP

User RatingsBe the first to rate and review this MCP server!
View Repository38 GitHub StarsTotal stargazers on GitHub for the source repository (38 stars).Visit Website
memorydeveloper-toolssearchcode-indexing

Stores persistent project memory locally and exposes hybrid search, code indexing, checkpoints, and multi-project routing over 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.

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 max-ramas/rms-memory-mcp, 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

max-ramas/rms-memory-mcp MCP server provides local-first persistent memory for coding agents, storing project context in isolated Markdown vaults outside the repository. It combines LanceDB vector retrieval with Tantivy full-text search, and can separately index Markdown and source code with Tree-sitter. Use it when multiple MCP-compatible IDEs need shared architectural notes, preferences, checkpoints, or searchable code context without relying on a hosted memory service.

Use cases

•Share architectural decisions across Cursor and other coding agents
•Search project notes and source code from one local vault
•Save and restore coding-session checkpoints
•Federate read-only searches across isolated projects

Key features

•Local project-isolated Markdown vaults
•LanceDB vector and Tantivy full-text retrieval
•Optional Tree-sitter code indexing
•Bounded recall with abstention and score limits
•Session checkpoint and project orientation tools
•Cross-project federated search

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Local project-isolated Markdown vaults
LanceDB vector and Tantivy full-text retrieval
Optional Tree-sitter code indexing
Bounded recall with abstention and score limits
Session checkpoint and project orientation tools
Cross-project federated search

How Rms Memory MCP works

What max-ramas/rms-memory-mcp MCP server does

max-ramas/rms-memory-mcp MCP server gives coding agents a persistent, project-scoped memory layer backed by local files and indexes. Each project can have an isolated vault stored outside the source repository, allowing several supported editors or agents to read and update the same context without copying notes into repository configuration files.

The server is designed for architectural decisions, requirements, user preferences, implementation notes, and session continuity. It also supports arbitrary scopes through the --scope option, so memory does not have to be tied only to a filesystem project.

How it works

Markdown content is chunked according to document structure, keeping headings associated with their lists and code blocks. Hybrid retrieval combines embedded vector search from LanceDB with Tantivy full-text search. Queries can target the vault, indexed code, or both; combined results use Reciprocal Rank Fusion rather than comparing raw scores from unrelated indexes.

Optional Tree-sitter indexing provides semantic code memory for Rust, Go, JavaScript, JSX, TypeScript, TSX, Python, C, C++, Java, Ruby, Swift, and Vue script blocks. Watch mode can reindex only changed paths, with a full scan fallback. The system can maintain up to four warm store-and-watcher pairs for concurrent project bindings.

Search uses bounded recall. rms_search can apply a character limit and minimum score, return an inject-or-abstain result, and fail closed when retrieval cannot meet its conditions. Short queries can use an FTS-preferred mode. Metadata such as confidence, source, timestamp, and the last modifying agent is attached to records for filtering and review.

Setup and configuration

The project publishes binaries for macOS Apple Silicon, Linux, and Windows through GitHub releases. macOS Apple Silicon and Linux users can install through the project’s Homebrew tap. A shell installer, PowerShell installer, source build, and an older crates.io installation path are also documented. The current README recommends Homebrew or release binaries over cargo install for newer workspace versions.

Build-from-source installation requires Rust 1.75 or newer. The resulting executable is named rms-memory. A dynamic installer can scan the system and configure supported IDEs, while rules-as-code patching can update files such as .cursorrules and .zed/assistant.md; these behaviors are opt-in where stated.

The optional RMS Memory GUI is a separate paid Tauri application. It uses the same vault but is not required to run the MCP server. GUI features such as Git synchronization, graph editing, and AI organization should not be treated as prerequisites for MCP operation.

Tools and capabilities

Named MCP operations include:

  • rms_search for vault, code, or federated search.
  • rms_code_search for code-oriented retrieval, including cross-project read-only federation.
  • rms_write for durable Markdown writes with backup and atomic replacement behavior.
  • rms_checkpoint_save, rms_checkpoint_done, rms_checkpoint_load, and rms_checkpoint_query for session checkpoints.
  • rms_overview for project orientation and rms_system_instructions for self-bootstrap instructions.

Search requests can specify an explicit project and, where supported, a list of projects. Vault or all-corpus federation across projects requires the listed projects to permit cross_project_vault.

Limitations and notes

The server is local-first rather than a hosted synchronization service. Its supported project and editor behavior depends on configuration and the MCP client. The README names Cursor, Zed, Claude Code, OpenCode, and other MCP-compatible IDE workflows, but it does not establish compatibility with every MCP client.

Code indexing is optional and limited to the listed language grammars. The companion GUI is paid and may use a user-provided AI provider key for its AI-assisted features; that requirement does not apply to the core MCP server. Wiki files under the generated vault wiki directory are intentionally excluded from indexes, search, watchers, and graph data, and MCP writes reject those paths.

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 →
  • 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 →
  • Callimachus logoCallimachus

    Local index and hybrid search (SQLite FTS5 + on-device vector KNN) over your AI coding-agent conversation history across 11 tools (Claude Code, Codex, Cursor, and more). Exposes searchthreads, searchcurrentproject, recentthreads, and getthread so any agent can recall its own past work.

    🧠 Knowledge & Memory4 views
    Compare vs Callimachus →
  • Deja Vu logoDeja Vu

    Local memory layer over the session histories coding agents already write (Claude Code, Codex CLI, opencode): lexical search, recall tools, session-start auto-recall, secret redaction at index time, cross-machine sync over SSH.

    🧠 Knowledge & Memory2 views
    Compare vs Deja Vu →

Adoption & maintenance

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

GitHub stars
38
Stargazers on the source repository.
Last commit
1mo 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 Rms Memory MCP

Use the project's Homebrew tap with `brew tap max-ramas/tap` followed by `brew install rms-memory-mcp`, or use a release binary or source build.

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

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
LicenseMIT
ClientsCursor
Last updatedSep 7, 2026
8/8 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 stars38
GitHub Star CountTotal stargazers on GitHub representing community popularity (38 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
47Quality signal: Fair · 47/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 & tools20/30
Adoption & activity5/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 Rms Memory MCP →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients