Agent-agnostic memory backend that preserves continuity between humans and AI over time.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @marsnme/mcp-gateway
MCP client config
{
"mcpServers": {
"marsnme": {
"command": "npx",
"args": [
"-y",
"@marsnme/mcp-gateway"
]
}
}
}