Back to directory
uudam42/agent-memory-engine

uudam42/agent-memory-engine

@uudam42

A local-first stdio MCP server that provides coding agents with persistent, evidence-backed project memory and indexed project knowledge.

memoryknowledge-basecoding-agentsproject-contextsqlitepersistent-memorycontext

Installation & Configuration

{
  "mcpServers": {
    "memory-engine": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/absolute/path/to/agent-memory-engine",
        "memory-engine-mcp",
        "--project-root",
        "/absolute/path/to/your-project"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/9/5
Updated
2026/9/5