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. Perseus Vault
Perseus Vault logo
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 9/12/2026, 4:15:19 PM

Perseus Vault

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

Local-first MCP memory with SQLite storage, hybrid retrieval, history, and optional AES-256-GCM encryption.

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 Perseus-Computing-LLC/perseus-vault, 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

Perseus-Computing-LLC/perseus-vault MCP server gives AI agents durable local memory through a Rust binary backed by SQLite. It exposes memory operations over MCP, combining BM25-style full-text search, dense-vector retrieval, and reciprocal-rank fusion for recall. Data can remain offline in one database file, with AES-256-GCM encryption enabled by default for new installations. Reach for it when agents need persistent context across sessions without a cloud dependency.

Use cases

•Persist agent memories across sessions
•Search prior conversations with hybrid retrieval
•Keep sensitive memory data on local infrastructure
•Share one memory database across MCP clients

Key features

•Embedded SQLite storage
•BM25 and dense-vector hybrid recall
•Bi-temporal history and lifecycle management
•AES-256-GCM encryption at rest
•MCP over standard input and output
•Optional client hooks and rules

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Embedded SQLite storage
BM25 and dense-vector hybrid recall
Bi-temporal history and lifecycle management
AES-256-GCM encryption at rest
MCP over standard input and output
Optional client hooks and rules

How Perseus Vault works

What Perseus-Computing-LLC/perseus-vault MCP server does

Perseus-Computing-LLC/perseus-vault MCP server provides a durable memory layer for AI agents. It stores explicit memories in an embedded SQLite database and makes them available through a canonical MCP interface. The project is distributed as a single Rust executable and is designed to operate locally, including in offline or air-gapped environments.

The memory model separates three kinds of information. Durable records are created by explicit remember, capture, write, or capture operations. Temporary prompts and context supplied by the host are not saved automatically. Derived context, consolidated records, and Markdown exports retain provenance but do not replace the original durable records.

How it works

The server runs with the serve subcommand and communicates with MCP clients over standard input and output. A client registers the executable and passes a database path in its MCP configuration. The same database can be shared by multiple configured clients.

Recall uses a hybrid path combining BM25-style full-text search, dense-vector search, and reciprocal-rank fusion. The perseus_vault_recall operation searches stored records, while perseus_vault_context and the prepare command produce a bounded working-context snapshot for a task. That snapshot is assembled from durable records; it is not itself a background save operation. The default context budget is 1,500 characters, with a 6,000-character option for larger-window hosts or an explicit limit.

Records also support bi-temporal history and lifecycle handling such as journaling, decay, archive, and purge. New default installations create an owner-only secret key and an encrypted database canary. Existing plaintext databases can be retained for migration with init --rekey.

Setup and configuration

Install the binary with the repository’s shell installer, which places perseus-vault in ~/.local/bin. Start the MCP server with a database path, for example:

bash
perseus-vault serve --db ~/.perseus-vault/data/perseus-vault.db

The install-client --hooks --rules command can detect supported local clients, merge the server registration into their configuration, and add lifecycle hooks and memory rules. Supported client choices listed by the project include Claude Code, Codex, Cursor, Claude Desktop, Hermes, Windsurf, VS Code, Zed, and a generic option. A backup is created before configuration changes, and --dry-run previews the files that would be modified.

For manual setup, add an MCP entry whose command is perseus-vault and whose arguments are serve, --db, and the database path. Run perseus-vault doctor to inspect the on-disk state. On Apple Silicon, binaries built or copied manually must be ad-hoc signed after each rebuild; the provided installers perform that signing.

Tools and capabilities

Perseus-Computing-LLC/perseus-vault MCP server exposes operations for:

  • Writing explicit durable memories with perseus_vault_remember.
  • Capturing information through capture operations.
  • Searching stored records with perseus_vault_recall.
  • Building bounded active context with perseus_vault_context.
  • Managing record history, journaling, decay, archive, and purge behavior.
  • Running maintenance and inspecting installation state through the command-line interface.

The exact published v2.23.2 --no-default-features reference records 175 unique canonical tools. Tool counts are release- and profile-specific, so integrations should use the versioned reference or published metadata for an exact surface.

Limitations and notes

Vault does not automatically persist whatever appears in an agent prompt or transcript. A client must perform an explicit write or capture operation. Context returned to a host is a rolling snapshot and may need to be refreshed when the task changes.

Lifecycle hooks are optional orchestration around server-owned operations, not a second storage system. If the server or a hook is unavailable, the host should continue without injected memory and report the degraded state. Encryption keys cannot be recovered, so the generated key must be backed up. The documented LongMemEval figures measure session-level retrieval, not end-to-end question-answering accuracy.

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 →
  • Engram logoEngram

    Local-first persistent memory for AI agents. SQLite + local embeddings (all-MiniLM-L6-v2), hybrid semantic + FTS5 recall, secret detection, and contradiction handling. 6 MCP tools (remember, recall, forget, feedback, context, status) over stdio. Zero cloud, no API keys, fully offline. Works with Claude Desktop/Code, Cursor, and Windsurf. npm install -g @hbarefoot/engram

    🧠 Knowledge & Memory2 views
    Compare vs Engram →
  • 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 →
  • Memora logoMemora

    Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management.

    🧠 Knowledge & Memory2 views
    Compare vs Memora →

Adoption & maintenance

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

GitHub stars
72
Stargazers on the source repository.
Last commit
6d ago
Most recent push to the default branch.
Directory activity
16 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 Perseus Vault

Run the repository's shell installer, then start it with `perseus-vault serve --db ~/.perseus-vault/data/perseus-vault.db`.

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

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 7, 2026
0/96 checks healthy over the last 23h
Views16
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 stars72
GitHub Star CountTotal stargazers on GitHub representing community popularity (72 stars).
Last commit6d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 6, 2026
35Quality signal: Fair · 35/100How this signal is calculated ▾
Server availability0/25
Verified ownership8/20
Documentation & tools19/30
Adoption & activity7/15
Community engagement1/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 Perseus Vault →Install in Claude DesktopInstall in CursorInstall in VS Code