Skip to content
Zed

ContextStream for Zed

io.contextstream/mcp

Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).

client:Zed transport:streamable-http

Install ContextStream in Zed

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

{
  "context_servers": {
    "mcp": {
      "url": "https://mcp.contextstream.io/mcp?default_context_mode=fast&src=registry"
    }
  }
}

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

ContextStream in other clients