Skip to content
Zed

TeamMemory for Zed

io.github.ysydhc/team-memory

Team experience database - let AI accumulate, retrieve and apply team knowledge across chats.

client:Zed transport:stdio runtime:pypi

Install TeamMemory 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": {
    "team-memory": {
      "command": "uvx",
      "args": [
        "team_memory"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "TEAM_MEMORY_CONFIG": "<TEAM_MEMORY_CONFIG>"
      }
    }
  }
}

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

TeamMemory in other clients