Mmcp.market

Turbo Quant Memory MCP server

by Lexus2016·io.github.Lexus2016/turbo-quant-memory·v0.29.1

Local-first memory and knowledge graph for coding agents. Compact retrieval, no network.

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

not scanned yet

Adoption
Growing

9 stars376 downloads/wk

Reviews

Write one

Nobody has reviewed Turbo Quant Memory yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Turbo Quant Memory tools

No tool declarations could be read from the package source. They show once the server is installed.

Not scanned yet. New registry listings are scanned within a day of import.

What the publisher says

From the Turbo Quant Memory repository's README, as published. We do not edit it. Read it on GitHub

<!-- mcp-name: io.github.Lexus2016/turbo-quant-memory -->

<!-- Absolute on purpose: this file is the PyPI long_description, and PyPI proxies images through pypi-camo, which cannot resolve a repo-relative path. Keep the localized READMEs relative — they are only ever rendered on GitHub. -->

Local-first memory and knowledge graph for AI coding agents

Your agent stops re-reading files and re-deriving the same conclusions. Your notes, code and secrets never leave your machine.

The problem

A long session accumulates hard-won detail about why the code is the way it is. Then the context compacts and it is gone. Next session the agent re-reads the same files, re-derives the same conclusions, and bills you for the same tokens again.

CLAUDE.md does not scale past a few dozen lines, and it cannot answer "what did we decide about X, and why?".

Turbo Quant Memory is an MCP server that gives the agent a persistent, searchable store it writes to while it works — decisions, lessons, patterns, session handoffs — plus a compact index of your Markdown. Retrieval returns ~220-character result cards rather than whole documents; the agent loads full content only when a card is not enough.

Why this one

No HTTP client, no telemetry, no phone-home. Verify it yourself — this returns nothing:

grep -rnE '^[[:space:]]*(import|from)[[:space:]]+(requests|httpx|aiohttp|urllib3)\b' src/

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add turbo-quant-memory -- uvx turbo-quant-memory
Add to Cursor

Turbo Quant Memory: common questions

Is Turbo Quant Memory MCP server safe?
Mostly: it is graded B (83/100). Read the Turbo Quant Memory safety report
How do I install Turbo Quant Memory?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Turbo Quant Memory need an API key?
Yes. The registry entry asks for TQMEMORY_SECRETS_PASSPHRASE.
Is Turbo Quant Memory maintained?
The last commit was 4 days ago (2026-09-16). The latest release is v0.29.1.
What can I use instead of Turbo Quant Memory?
Servers from other publishers that do the same job: Codebase Memory MCP server, Prism Coder MCP server and Hypermnesia MCP server. Compare all Turbo Quant Memory alternatives.

Alternatives to Turbo Quant Memory

Same job from other publishers: the closest match first, then the best rated.

All Turbo Quant Memory alternatives →
  • Codebase Memory
    Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
    C
  • Prism Coder
    Session memory for coding agents: local-first recall, drift detection, on-device inference.
    C
  • Hypermnesia
    Persistent memory for AI agents — 36 cited neuroscience mechanisms, local-first, hybrid retrieval.
    A
  • Memorix
    Local-first project memory with legacy MCP and 2026 discovery compatibility.
    B
  • Deja Vu
    deja-vu: local memory over the session histories of thirty-three coding agents.
    A

More from Lexus2016