Loading MCP server directory, please wait...
Agent-agnostic memory backend that preserves continuity between humans and AI over time.
npx @getmcp/cli add io.github.Marsmanleo/marsnmeRequires Node.js 18+. Community-contributed server. Review source before installing.
MCP_PROFILEProfile ID used to separate memory data (for example: profile-a).
SUPABASE_BASE_URLSupabase REST API project URL.
SUPABASE_SERVICE_ROLE_KEYSupabase service role key.
JINA_API_KEYJina AI API key for embedding-based tools.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Marsmanleo/marsnme": {
"command": "npx",
"args": [
"-y",
"@marsnme/mcp-gateway"
],
"env": {
"MCP_PROFILE": "",
"SUPABASE_BASE_URL": "",
"SUPABASE_SERVICE_ROLE_KEY": "",
"JINA_API_KEY": "",
"PORT": ""
}
}
}
}