Skip to content
Zed

memforge memory for Zed

io.github.volsier/memforge-memory

Team engineering memory for AI coding assistants. 47 MCP tools, pgvector semantic search.

client:Zed transport:stdio runtime:npm

Install memforge memory 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": {
    "memforge-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@memforgeai/memory-service"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "OPENAI_BASE_URL": "<OPENAI_BASE_URL>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "OPENAI_EMBEDDING_MODEL": "<OPENAI_EMBEDDING_MODEL>"
      }
    }
  }
}

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

memforge memory in other clients