Skip to content
Zed

memdocs for Zed

io.github.silversurfer562/memdocs

Git-native project memory for AI assistants with enterprise-grade audit compliance

client:Zed transport:stdio runtime:pypi

Install memdocs in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "memdocs": {
      "command": "uvx",
      "args": [
        "memdocs"
      ],
      "env": {
        "PROJECT_ROOT": "<PROJECT_ROOT>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

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

memdocs in other clients