Skip to content
Zed

mem context for Zed

io.github.turbyho/mem-context

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

client:Zed transport:stdio runtime:pypi

Install mem context in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mem-context": {
      "command": "uvx",
      "args": [
        "mem-context"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mem context in other clients