Odel
MarsNMe

MarsNMe

Local
@marsmanleo7JavaScriptApache-2.0Updated 1mo ago

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).

npm@marsnme/mcp-gatewayv0.3.0

Run

npx -y @marsnme/mcp-gateway

MCP client config

{
  "mcpServers": {
    "marsnme": {
      "command": "npx",
      "args": [
        "-y",
        "@marsnme/mcp-gateway"
      ]
    }
  }
}