MarsNMe
Rank #2,865io.github.Marsmanleo/marsnme
Agent-agnostic memory backend that preserves continuity between humans and AI over time.
MarsNMe is a Model Context Protocol (MCP) server published by marsmanleo. It ranks #2,865 of 115,591 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. MarsNMe is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on May 15, 2026 and most recently updated on May 22, 2026.
Ranks ahead of 112,726 of 115,591 servers on MCP Toplist.
Use MarsNMe
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add marsnme -e "MCP_PROFILE=<your MCP_PROFILE>" -e "SUPABASE_BASE_URL=<your SUPABASE_BASE_URL>" -e "SUPABASE_SERVICE_ROLE_KEY=<your SUPABASE_SERVICE_ROLE_KEY>" -e "JINA_API_KEY=<your JINA_API_KEY>" -e "PORT=<your PORT>" -- npx -y @marsnme/mcp-gatewayReplace each placeholder with your own value before saving.
[mcp_servers.marsnme]
command = "npx"
args = ["-y", "@marsnme/mcp-gateway"]
[mcp_servers.marsnme.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Marsmanleo%2Fmarsnme)<a href="https://mcptoplist.com/server/io.github.Marsmanleo%2Fmarsnme"><img src="https://mcptoplist.com/badge/io.github.Marsmanleo%2Fmarsnme.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
marsmanleo
Other servers by marsmanleo
View all marsmanleo servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.8 | May 22, 2026 |
| 0.1.1 | May 19, 2026 |
Frequently asked questions
- Who maintains MarsNMe?
- MarsNMe is maintained by marsmanleo, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is MarsNMe listed on the Official MCP Registry?
- Yes — MarsNMe is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MarsNMe have?
- MCP Toplist tracks 2 versions of MarsNMe, most recently published on May 22, 2026.
- Where can I find the source code for MarsNMe?
- The source code for MarsNMe is hosted at github.com/marsmanleo/marsnme.