Memex runs on your own machine — the client starts it, so there is no endpoint to ping. 358 installs a week from pypi. Last commit 26 Aug 2026.
Temporal engineering context for agents via MCP.
We read the source, 21 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.
const fullPath = vscode.Uri.file(path.join(workspaceFolders[0].uri.fsPath, filePath));
uv_ver = subprocess.check_output([uv_cmd, "--version"]).decode().strip()
execSync(`${cmd} --version`, { stdio: 'ignore' });
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 memex -- npx -y stifler-memex-mcp
{
"mcpServers": {
"memex": {
"args": [
"-y",
"stifler-memex-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.memex]
command = "npx"
args = ["-y", "stifler-memex-mcp"]
{
"mcpServers": {
"memex": {
"args": [
"-y",
"stifler-memex-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"memex": {
"args": [
"-y",
"stifler-memex-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
NEO4J_URI (Bolt URI of your Neo4j instance), NEO4J_USER (Neo4j username), NEO4J_PASSWORD (Neo4j password), GEMINI_API_KEY (Google Gemini API key for entity extraction).
The author declared them in the registry entry; get the values from the project itself.
Memory, docs, and repo context layer for engineering agents.
Context Assurance for AI agents: context engineering, AI cost optimization, verification.
Context engineering for AI coding agents: product context, project missions, and 360 memory.
Append-only event log for cross-agent context/memory sharing via 3 MCP tools.
Deterministic temporal and business-date arithmetic for AI agents via MCP.
Free context-engineering audits for AI agents. BYOK Anthropic key. Top-3 findings per scan.
Alt text, headings, contrast, ARIA for AI agents
Trello Model Context Protocol (MCP) Server for AI Agents
Answers built from our own checks of this server.