Skip to content
Zed

Exomem for Zed

io.github.artexis10/exomem

Local Markdown/Obsidian knowledge substrate for MCP agents with governed memory and hybrid search.

client:Zed transport:stdio runtime:pypi

Install Exomem in Zed

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

{
  "context_servers": {
    "exomem": {
      "command": "uvx",
      "args": [
        "exomem"
      ]
    }
  }
}

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

Exomem in other clients