Skip to content
Zed

MarsNMe for Zed

io.github.marsmanleo/marsnme

Agent-agnostic memory backend that preserves continuity between humans and AI over time.

client:Zed transport:stdio runtime:npm

Install MarsNMe 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": {
    "marsnme": {
      "command": "npx",
      "args": [
        "-y",
        "@marsnme/mcp-gateway"
      ],
      "env": {
        "MCP_PROFILE": "<MCP_PROFILE>",
        "SUPABASE_BASE_URL": "<SUPABASE_BASE_URL>",
        "SUPABASE_SERVICE_ROLE_KEY": "<SUPABASE_SERVICE_ROLE_KEY>",
        "JINA_API_KEY": "<JINA_API_KEY>",
        "PORT": "<PORT>"
      }
    }
  }
}

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

MarsNMe in other clients