MemoryRouter
Zed memory

Zed memory: instructions, threads, and the end of the thread

Zed’s agent is fast and careful with context, and its memory is exactly as deep as the instructions you give it plus the thread you are in.

Zed Industries. Sources checked 2026-09-25.

How Zed handles memory today

Zed documents agent instructions as always-on context, with personal instructions in the config directory and project instructions from the first matched file among .rules, .cursorrules, .windsurfrules, .clinerules, .github/copilot-instructions.md, AGENT.md, AGENTS.md, CLAUDE.md, and GEMINI.md.

Zed also supports MCP context servers, which is how a durable, cross-tool vault connects to the agent panel.

What Zed forgets

Instructions carry what to do. Threads carry what happened. Only one of them persists.

The fix with MemoryRouter

Add MemoryRouter as a remote context server and Zed’s agent gains recall and store tools backed by your vault.

  1. 1

    Add the context server to settings.json

    Zed settings.json

    {
      "context_servers": {
        "memoryrouter": {
          "url": "https://mcp.memoryrouter.ai/mcp"
        }
      }
    }
  2. 2

    Authenticate

    Open Settings, then AI, then MCP Servers. Confirm memoryrouter shows a green status dot, and finish the OAuth sign-in Zed opens.

  3. 3

    Name the server in the prompt

    Mentioning memoryrouter in a prompt makes the model more likely to call the right tool, the same way naming a file gets it read.

Connect Zed to MemoryRouter

Settings block, sign-in steps, and verification on the Zed page. 14-day free trial.

Related

Zed memory FAQ

Sources

Sources checked 2026-09-25. Tool behavior changes; check the vendor docs before relying on a detail.

Start free