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
{
"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