mcpbeat Sign in

Marm MCP Server

local only

Marm MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 1 796 installs a week from pypi. Last commit 18 Sep 2026.

Universal MCP Server with advanced AI memory capabilities and semantic search.

Installs per day peak 1 018 · avg 264 · -42% w/w
a month agotoday
1 796
Installs / week
pypi · marm-mcp-server
380
Stars
8 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] marm_graph/__init__.py:1, [пакет] marm_graph/__main__.py:1, [пакет] marm_graph/config/__init__.py:1 и ещё 139
этот файл ставится пользователю, но в репозитории его нет
    if Path("/.dockerenv").exists() or Path("/run/.containerenv").exists():

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add marm-mcp-server -- uvx marm-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "marm-mcp-server": {
      "args": [
        "marm-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.marm-mcp-server]
command = "uvx"
args = ["marm-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "marm-mcp-server": {
      "args": [
        "marm-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "marm-mcp-server": {
      "args": [
        "marm-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Marm MCP Server

same job, measured the same way
Deepcontext
by wild-card

Advanced codebase indexing and semantic search MCP server

121 installs/wk local only
Dotnet Sherlock MCP
by jcucci

.NET assembly introspection MCP server with advanced reflection and type analysis capabilities

local only
MCP Gateway
by mikkoparkkola

Universal MCP gateway with Meta-MCP discovery, routing, and REST API capabilities.

local only
Wellknown
by wellknown

Live index of AI agents, MCP servers and tools with observed liveness and capability search.

65 installs/wk 9 tools answering
Deep Agentic Core MCP
by deepagentlabs

Unified MCP server for AgenticLens and Agentic Chaos capabilities.

8 203 installs/wk local only
Opencontext Team
by opencontext-team

An MCP server that provides visual memory and context storage with knowledge graph capabilities

54 installs/wk local only
GabrielaHdzMicrosoft
by gabrielahdzmicrosoft

An MCP server that provides visual memory and context storage with knowledge graph capabilities

local only
CAiD MCP Server
by dreliq9

Semantic and scratch 3D CAD for AI agents via CAiD + OCCT, with runtime capability discovery.

102 installs/wk local only

Marm MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Marm MCP Server?
Marm MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package marm-mcp-server was installed 1 796 times last week.
How do I connect Marm MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls marm-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Marm MCP Server?
The pypi package marm-mcp-server was installed 1 796 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Marm MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 380 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.