mcpbeat Sign in

Contextual MCP Server

by contextual-laboratories Your server? Claim it
local only

Contextual runs on your own machine — the client starts it, so there is no endpoint to ping.

Persistent memory for AI coding agents: local-first semantic search, dependency graphs, git history.

Installs / week
pypi · contextual-engine
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check Contextual every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 contextual -- uvx contextual-engine
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "contextual": {
      "args": [
        "contextual-engine"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.contextual]
command = "uvx"
args = ["contextual-engine"]
.cursor/mcp.json
{
  "mcpServers": {
    "contextual": {
      "args": [
        "contextual-engine"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "contextual": {
      "args": [
        "contextual-engine"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CONTEXTUAL_LOG_LEVEL (Python logging level as an integer (e.g. 10=DEBUG, 20=INFO). Defaults to INFO.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Contextual

same job, measured the same way
PMB AI
by oleksiijko

Local-first persistent memory for AI coding agents.

293 installs/wk local only
Ace Memory
by rudedoggg

Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity.

answering
Graph-Mem
by sathvik-1007

Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys.

62 installs/wk local only
Omega Memory
by omega-memory

Persistent memory for AI coding agents. #1 on LongMemEval. Local-first.

local only
MCP Documentation Server
by andrea9293

Local-first document management and semantic search for AI coding agents

98 installs/wk local only
MCP Light Memory
by peterpirog

Local-first persistent memory for coding agents and MCP clients.

local only
Memory
by humaux

Persistent long-term memory for AI agents: semantic search, knowledge graph, and task canvas.

answering
Yggdrasil
by vondervuflya

One shared, durable memory for your AI coding agents — local-first, zero-dependency.

341 installs/wk local only

Contextual — questions

Answers built from our own checks of this server.

Why is there no uptime for Contextual?
Contextual 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 contextual-engine.
How do I connect Contextual?
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 contextual-engine straight from pypi; nothing to host, nothing to sign up for.