Turbo Quant Memory MCP Server

Local-first memory and knowledge graph for AI coding agents Your agent stops re-reading files and re-deriving the same conclusions.

People who work with agent memory, codex and local first and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 9 · #267 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Turbo Quant Memory

Claude Code

claude mcp add lexus2016-turbo_quant_memory -- uvx turbo-quant-memory

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "lexus2016-turbo_quant_memory": {
      "command": "uvx",
      "args": [
        "turbo-quant-memory"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package turbo-quant-memory - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Lexus2016 is GitHub-verified and matches the repo owner

03 · What Turbo Quant Memory can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.28.3 · 2026-09-16

uv tool install turbo-quant-memory · Security · The 0.28.2 sdist shipped a stray .playwright-mcp/ console log. It contained one token-shaped string: an ephemeral Fastly anti-bot challenge token for pypi.org that had…

v0.28.2 · 2026-09-16

uv tool install turbo-quant-memory · Fixed · The hero banner was a broken image on the PyPI project page. README.md doubles as the PyPI long description, and PyPI proxies images through pypi-camo, which cannot resolve…

v0.28.1 · 2026-09-16

Patch release so the server can be published to the official MCP Registry. · uv tool install turbo-quant-memory · Fixed · The MCP Registry namespace is case-sensitive. v0.28.0 used io.github.lexus2016/… against a…

04 · Who maintains Turbo Quant Memory

Turbo Quant Memory is maintained by lexus2016. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
memory - ranked #267 of 304 actively-maintained memory servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-16)
registry
io.github.Lexus2016/turbo-quant-memory (active, first published 2026-09-16 · 3 versions)
packages
pypi:turbo-quant-memory

06 · Turbo Quant Memory FAQ

What is Turbo Quant Memory?

Local-first memory and knowledge graph for AI coding agents Your agent stops re-reading files and re-deriving the same conclusions.

Is Turbo Quant Memory still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Turbo Quant Memory?

Run `uvx turbo-quant-memory`. You can also paste the ready-made client config above.

Does Turbo Quant Memory run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Turbo Quant Memory

Pairs well with

Servers that cover what Turbo Quant Memory doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 39,038
  2. Pdf MCP → filesystem companion filesystem · ★ 135