mcpbeat Sign in

OMEM MCP Server

by troybrandonc-bit Your server? Claim it
local only

OMEM runs on your own machine — the client starts it, so there is no endpoint to ping. 4 995 installs a week from pypi. Last commit 14 Sep 2026.

Memory for AI agents that tracks beliefs over time and surfaces contradictions

Installs per day peak 2 511 · avg 544 · -39% w/w
a month agotoday
4 995
Installs / week
pypi · omem-infrastructure
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 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 [пакет] omem/__init__.py:1, [пакет] omem/mcp_server.py:1, [пакет] omem/runtime.py:1 и ещё 179
этот файл ставится пользователю, но в репозитории его нет
A line of code looks encrypted [пакет] omem/_dashboard/_next/static/qEu_4_EHEwSVj22pjWIwJ/_buildManifest.js:1
self.__BUILD_MANIFEST={__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},"/_error":["static/chunks/pages/_error-7ce03bcf1df914ce.js"],sortedPages:["/_app","/_error"]},self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
            target = os.path.join(dest, os.path.relpath(root, source))
    return subprocess.Popen([sys.executable, "-m", "omem.mcp_server"],
Builds a database query by concatenation [пакет] omem/_dashboard/_next/static/chunks/polyfills-42372ed130431b0a.js:1
…e[o]}}),Qe("at");var Ze=function(t,e){return b(i[t].prototype[e])},tr=(Ze("Array","at"),TypeError),er=function(t,e){if(!delete t[e])throw new tr("Cannot delete property "+Y(e)+" of "+Y(t))},rr=Math.min,nr=[].copyWithin||function(t,e){var r=it(this),n=de(r),o=he(t,n),i=he(e,n),a=a…

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 omem -- uvx omem-infrastructure
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "omem": {
      "args": [
        "omem-infrastructure"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.omem]
command = "uvx"
args = ["omem-infrastructure"]
.cursor/mcp.json
{
  "mcpServers": {
    "omem": {
      "args": [
        "omem-infrastructure"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "omem": {
      "args": [
        "omem-infrastructure"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OMEM_API_KEY (API key from the OMEM server. It is printed on first run of `omem-server`.), OMEM_PROJECT (Project id to read and write memory in, also printed on first run.), OMEM_BASE_URL (URL of the OMEM server.), OMEM_AGENT (The agent whose memory this process reads and writes. Fixed here rather than passed as a tool argument, so the model cannot act as a different agent.), OMEM_USER (The end user this process is acting for. Also fixed here, not a tool argument. Leave unset and no user-scoped memory is visible.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OMEM

same job, measured the same way
MarsNMe
by marsmanleo

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

86 installs/wk local only
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Yantrikdb MCP
by yantrikos

Cognitive memory for AI agents — semantic recall, knowledge graph, and contradiction detection

1 446 installs/wk local only
Afterpaths
by burnssa

Session memory for AI coding agents. Search past sessions, extract rules, and track what works.

139 installs/wk local only
Thinchain
by snipmcp

MCP server that sanitizes bad broker data and compresses options chains 95% for AI trading agents.

42 installs/wk local only
Tirith
by eabz

Coordination server for parallel coding agents: claims, contracts, notices, and memory notes.

local only
Haki
by gethaki

Long-term memory for AI agents: bitemporal fact ledger, contradiction detection, explainability.

5 tools answering
I
token-gate-mcp
by abduljabbarbxr

Token and context budget for AI agents. Tracks spend and gates the session.

513 installs/wk local only

OMEM — questions

Answers built from our own checks of this server.

Why is there no uptime for OMEM?
OMEM 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 omem-infrastructure was installed 4 995 times last week.
How do I connect OMEM?
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 omem-infrastructure straight from pypi; nothing to host, nothing to sign up for.
How many people use OMEM?
The pypi package omem-infrastructure was installed 4 995 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OMEM open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.