mcpbeat Sign in

Mem Context MCP Server

local only

Mem Context runs on your own machine — the client starts it, so there is no endpoint to ping. 176 installs a week from pypi.

Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 92 · avg 24 · -26% w/w
a month agotoday
176
Installs / week
pypi · mem-context
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mem-context -- uvx mem-context
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mem-context": {
      "args": [
        "mem-context"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mem-context]
command = "uvx"
args = ["mem-context"]
.cursor/mcp.json
{
  "mcpServers": {
    "mem-context": {
      "args": [
        "mem-context"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mem-context": {
      "args": [
        "mem-context"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Mem Context

same job, measured the same way
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
Fusionpact Vectordb
by atul-fusionpact

Hybrid vector + reasoning retrieval, agent memory, multi-agent orchestration, MCP server, and RAG.

33 installs/wk local only
Citadel
by citadeldb

Encrypted-first embedded database with vector search and agent memory, exposed as MCP tools

1 508 installs/wk local only
ContextBridge
by thundereagle

MCP memory server for AI coding assistants. Windows Service, ONNX embeddings, SQLite vector search.

local only
Vector DB MCP
by kroq86

Assembly-accelerated DuckDB MCP server for code search, indexing, and symbol lookup.

local only
RAG Vault
by robthepcguy

Local RAG MCP server with hybrid search, PDF/DOCX support, and zero-config setup

69 installs/wk local only
ESG MCP Servers
by freminder

31 MCP tools for ESG data extraction, PDF processing, vector search, and EU regulation analysis.

77 installs/wk local only
ScrapeNest
by scrapenest

Web search, scraping, RAG answers with citations, and translation as MCP tools.

answering

Mem Context — questions

Answers built from our own checks of this server.

Why is there no uptime for Mem Context?
Mem Context runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mem-context was installed 176 times last week.
Is Mem Context still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Mem Context?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mem-context straight from pypi; nothing to host, nothing to sign up for.
How many people use Mem Context?
The pypi package mem-context was installed 176 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.