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. šŸ’° Finance & Fintech
  3. MCP Memory Graph
MCP Memory Graph logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 12:31:48 AM

MCP Memory Graph

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
memoryknowledge-graphsemantic-searchsqlitedeveloper-tools

Local MCP memory with semantic search, keyword search, knowledge graphs, and SQLite storage.

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
We couldn’t automatically confirm this listing starts correctly

We ran the install command below but it didn't respond within our test window — this can mean a slow first-time install rather than a real problem.

npx -y mcp-memory-graph

No response to initialize.

This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 4d ago.

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": {
    "mcp-memory-graph-2": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-memory-graph"
      ]
    }
  }
}

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

Install Directory Badge Claim listing AlternativesšŸ’° More in Finance & Fintech

Overview

The mcp-memory-graph MCP server gives Claude Code and other MCP clients persistent local memory backed by SQLite. It combines local embeddings, keyword search, a knowledge graph, and optional reranking without requiring a cloud account or API key. Use the mcp-memory-graph MCP server when an assistant needs to recall decisions and project knowledge across sessions while keeping data on the local machine. Claude Code hooks can capture and recall memories automatically, with scheduled maintenance for deduplication and cleanup.

Use cases

•Remember architecture decisions across Claude Code sessions
•Search project notes by meaning and keywords
•Build a local knowledge graph of services and dependencies
•Browse and maintain stored memories in a web dashboard

Key features

•SQLite-based persistent local memory
•Hybrid semantic and keyword search
•Knowledge graph for linked entities and memories
•Claude Code capture and recall hooks
•Local dashboard for browsing and search
•Scheduled deduplication and consolidation

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
SQLite-based persistent local memory
Hybrid semantic and keyword search
Knowledge graph for linked entities and memories
Claude Code capture and recall hooks
Local dashboard for browsing and search
Scheduled deduplication and consolidation

How MCP Memory Graph works

What mcp-memory-graph does

The mcp-memory-graph MCP server provides persistent memory for Claude Code and other MCP clients. Memories are stored in a SQLite database on the user's machine, so decisions, notes, and other knowledge remain available after a conversation ends. The project is intended for developers and small teams that want local storage instead of a hosted memory service.

It supports semantic search as well as keyword search. A query can find related information even when the stored text uses different wording. Memories can also be connected to entities and to one another through a knowledge graph, which supports questions that require following relationships between stored items.

The server includes a local web dashboard for browsing and searching the memory store. The dashboard exposes memory counts, scopes, types, tags, quality scores, read frequency, and recent entries.

How it works

When a memory is saved, a local MiniLM-based embedding model converts its text into a 384-number vector. The server stores that vector and a keyword-search index in the same SQLite database. By default, the database is located at ~/.mcp-memory/memory.db.

Search combines semantic and keyword results, merges their rankings, and returns matches with confidence information. For MCP clients, a reranker is enabled by default to improve the ordering of top results; the README describes an approximate 200 ms cost for this step. The embedding model is downloaded the first time a memory tool runs and cached under ~/.cache/huggingface/.

A scheduled dream cycle handles maintenance tasks such as deduplication, rescoring, pruning, and reporting knowledge gaps. Claude Code users can also enable a Stop hook that sends the session transcript to their locally installed claude -p command for learning extraction. This hook can be disabled with review_on_stop: false.

Setup and configuration

Node.js 20 or newer is required. The package can be installed globally with npm, or run directly with npx -y mcp-memory-graph. Claude Code registration can be performed with claude mcp add, while npx mcp-memory-graph init can register the server, install capture and recall hooks, write configuration, install the usage skill, and schedule nightly cleanup. The --yes option accepts defaults, and --no-register skips automatic MCP registration.

The mcp-memory-graph MCP server can be removed with npx mcp-memory-graph uninstall. Running npx mcp-memory-graph consolidate starts consolidation manually.

Tools and capabilities

The README reports 51 available tools: 45 memory_* tools, three vault_* tools, and three core_memory_* tools. The documented capabilities include:

  • Storing and retrieving persistent memories
  • Hybrid semantic and keyword search
  • Knowledge-graph relationships between memories and entities
  • Browsing and searching through a local web dashboard
  • Automatic session capture and recall through Claude Code hooks
  • Quality scoring, usage tracking, deduplication, pruning, and consolidation

Limitations and notes

The server uses a single-process SQLite design. The README states that it generally tops out in the low hundreds of thousands of vectors, so larger deployments may need a different architecture. Local operation avoids cloud infrastructure, telemetry, API keys, and metered token costs, but commercial use is not covered by the free noncommercial license. Personal projects, hobbies, study, research, charity, education, and government use are listed as permitted; commercial use requires a paid license.

The optional Stop hook invokes a locally installed Claude Code command, which is an exception to the otherwise local processing path. Users who do not want transcript-based learning extraction can disable that hook.

Getting started with this mcp-memory-graph MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Mcptoon logoMcptoon
    Verified

    Every Agent discovers all your MCP tools from one install; major token savings via TOON output.

    šŸ’° Finance & Fintech9 views
    Compare vs Mcptoon →
  • CogniRepo logoCogniRepo

    FAISS, call graph, AST, BM25 — 34 MCP tools for AI agents. 50-80% token reduction. Offline.

    šŸ’° Finance & Fintech3 views
    Compare vs CogniRepo →
  • Llm Token Tracker logoLlm Token Tracker

    Token usage tracker for OpenAI and Claude APIs with MCP support, real-time session tracking, and accurate pricing for 2025 models

    šŸ’° Finance & Fintech3 views
    Compare vs Llm Token Tracker →
  • Flox MCP logoFlox MCP

    MCP server for the FLOX trading systems framework. 30 tools to run backtests, scaffold strategies, validate for lookahead bias, place orders, query PnL via Claude/Cursor. C++23 core with Python/Node/Codon/QuickJS strategy bindings. Same code from backtest to live (CcxtBroker or native connectors). Install: pip install flox-mcp.

    šŸ’° Finance & Fintech4 views
    Compare vs Flox MCP →

Adoption & maintenance

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

GitHub stars
2
Stargazers on the source repository.
npm downloads
553
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.
Install check
Inconclusive
Didn't respond in our test window — often a slow first install.
Directory activity
4 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 MCP Memory Graph

Use Node.js 20 or newer, then run `npx -y mcp-memory-graph` or install the npm package globally with `npm install -g mcp-memory-graph`.

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

Technical Specs & Signals

CategoryšŸ’°Finance & Fintech
PricingFreemium
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsCursor
Last updatedSep 7, 2026
4/8 checks healthy over the last 46d
Views4
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 commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 3, 2026
npm downloads553/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
45Quality signal: Fair Ā· 45/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 & tools17/30
Adoption & activity6/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 4d ago via OSV.dev Ā· mcp-memory-graph (npm)

ā˜… 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 šŸ’° Finance & Fintech →Best MCP servers for Finance & Fintech →Alternatives to MCP Memory Graph →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients