PluginBench
MCP Server
Active
Apache-2.0

MarsNMe MCP Server

io.github.Marsmanleo/marsnme

What is the MarsNMe MCP server?

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

How to install MarsNMe

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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
    required
    secret

    Supabase service role key.

  • JINA_API_KEY
    required
    secret

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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "marsnme": {
      "command": "npx",
      "args": [
        "-y",
        "@marsnme/mcp-gateway"
      ],
      "env": {
        "MCP_PROFILE": "<YOUR_MCP_PROFILE>",
        "SUPABASE_BASE_URL": "<YOUR_SUPABASE_BASE_URL>",
        "SUPABASE_SERVICE_ROLE_KEY": "<YOUR_SUPABASE_SERVICE_ROLE_KEY>",
        "JINA_API_KEY": "<YOUR_JINA_API_KEY>",
        "PORT": "<YOUR_PORT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "marsnme": {
      "command": "npx",
      "args": [
        "-y",
        "@marsnme/mcp-gateway"
      ],
      "env": {
        "MCP_PROFILE": "<YOUR_MCP_PROFILE>",
        "SUPABASE_BASE_URL": "<YOUR_SUPABASE_BASE_URL>",
        "SUPABASE_SERVICE_ROLE_KEY": "<YOUR_SUPABASE_SERVICE_ROLE_KEY>",
        "JINA_API_KEY": "<YOUR_JINA_API_KEY>",
        "PORT": "<YOUR_PORT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "marsnme": {
      "command": "npx",
      "args": [
        "-y",
        "@marsnme/mcp-gateway"
      ],
      "env": {
        "MCP_PROFILE": "<YOUR_MCP_PROFILE>",
        "SUPABASE_BASE_URL": "<YOUR_SUPABASE_BASE_URL>",
        "SUPABASE_SERVICE_ROLE_KEY": "<YOUR_SUPABASE_SERVICE_ROLE_KEY>",
        "JINA_API_KEY": "<YOUR_JINA_API_KEY>",
        "PORT": "<YOUR_PORT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "marsnme": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@marsnme/mcp-gateway"
      ],
      "env": {
        "MCP_PROFILE": "<YOUR_MCP_PROFILE>",
        "SUPABASE_BASE_URL": "<YOUR_SUPABASE_BASE_URL>",
        "SUPABASE_SERVICE_ROLE_KEY": "<YOUR_SUPABASE_SERVICE_ROLE_KEY>",
        "JINA_API_KEY": "<YOUR_JINA_API_KEY>",
        "PORT": "<YOUR_PORT>"
      }
    }
  }
}
Claude Code
claude mcp add marsnme --env MCP_PROFILE=<YOUR_MCP_PROFILE> --env SUPABASE_BASE_URL=<YOUR_SUPABASE_BASE_URL> --env SUPABASE_SERVICE_ROLE_KEY=<YOUR_SUPABASE_SERVICE_ROLE_KEY> --env JINA_API_KEY=<YOUR_JINA_API_KEY> --env PORT=<YOUR_PORT> -- npx -y @marsnme/mcp-gateway

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →