Skip to content
Back to search
30
MCP

stifler-memex-mcp

npm/stifler-memex-mcp

Developer context continuity system — temporal knowledge graph for AI coding agents via MCP. Inspired by Vannevar Bush's 1945 concept of a machine that remembers everything.

Uptime
0.0%
33 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.stifler7/memex
Temporal knowledge graph of your codebase (Graphiti + Neo4j), served to AI agents via MCP.
0 tools
codecompass-mcp
Structural code context for AI coding agents — a local code knowledge graph for blast radius, impact, deps, dead code, and flow tracing
0 tools
context-engineering-mcp-slicenfer
A Model Context Protocol (MCP) server for Context Engineering - file system as external memory for AI agents
0 tools
kg-mcp
Memory/Knowledge Graph MCP Server for IDE Assistants - Persistent context and knowledge for AI coding agents
0 tools
hmg-higress-trae-mcp
An MCP (Model Context Protocol) service providing an expert-level AI agent for software development tasks. It offers specialized tools for c
0 tools
cortex-mcp
Persistent memory for AI coding assistants. Injects context from past sessions into every LLM request.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "stifler-memex-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}