Turbo Quant Memory runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.
Local-first memory and knowledge graph for coding agents. Compact retrieval, no network.
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
result = subprocess.run(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add turbo-quant-memory -- uvx turbo-quant-memory
{
"mcpServers": {
"turbo-quant-memory": {
"args": [
"turbo-quant-memory"
],
"command": "uvx"
}
}
}
[mcp_servers.turbo-quant-memory]
command = "uvx"
args = ["turbo-quant-memory"]
{
"mcpServers": {
"turbo-quant-memory": {
"args": [
"turbo-quant-memory"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"turbo-quant-memory": {
"args": [
"turbo-quant-memory"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
TQMEMORY_FTS_LANGUAGE (Snowball stemmer for the BM25 lane. Use Russian for Cyrillic-dominant corpora.), TQMEMORY_EMBEDDING_BACKEND (Embedder backend. Default fastembed (ONNX); sentence-transformers needs the [torch] extra.), TQMEMORY_MIGRATE_ON_STARTUP (Set to 1 to apply pending schema migrations automatically on startup.), TQMEMORY_SECRETS_PASSPHRASE (Argon2id passphrase for the secrets vault on headless hosts. Omit to use the OS keyring.).
The author declared them in the registry entry; get the values from the project itself.
Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.
Persistent local memory for coding agents: temporal knowledge graph, procedural and episodic recall
Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.
Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.
Local memory engine for AI agents with knowledge graphs, forgetting, and semantic recall
Local code-memory graph for AI coding agents.
Local-first persistent memory for coding agents and MCP clients.
Event-sourced knowledge graph memory for AI coding agents with semantic search
Answers built from our own checks of this server.