← Index

MarsNMe

io.github.Marsmanleo/marsnme·v0.1.8·Memory & RAG
Quality Score
90
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "marsnme": {
      "command": "npx",
      "args": [
        "-y",
        "@marsnme/mcp-gateway"
      ],
      "env": {
        "MCP_PROFILE": "<mcp_profile>",
        "SUPABASE_BASE_URL": "<supabase_base_url>",
        "SUPABASE_SERVICE_ROLE_KEY": "<your-supabase_service_role_key>",
        "JINA_API_KEY": "<your-jina_api_key>",
        "PORT": "<port>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "marsnme": {
      "command": "npx",
      "args": [
        "-y",
        "@marsnme/mcp-gateway"
      ],
      "env": {
        "MCP_PROFILE": "<mcp_profile>",
        "SUPABASE_BASE_URL": "<supabase_base_url>",
        "SUPABASE_SERVICE_ROLE_KEY": "<your-supabase_service_role_key>",
        "JINA_API_KEY": "<your-jina_api_key>",
        "PORT": "<port>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @marsnme/mcp-gateway
§02  Environment variables
MCP_PROFILE
required

Profile ID used to separate memory data (for example: profile-a).

SUPABASE_BASE_URL
required

Supabase REST API project URL.

SUPABASE_SERVICE_ROLE_KEY
requiredsecret

Supabase service role key.

JINA_API_KEY
requiredsecret

Jina AI API key for embedding-based tools.

PORT

Local HTTP port for the MCP endpoint. If omitted, defaults by MCP_PROFILE (coco=18790, toto=18791, others deterministic in 20000-29999).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG