mcpbeat Sign in

Fidelis Memory MCP Server

by hermes-labs-ai Your server? Claim it
local only

Fidelis Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 693 installs a week from pypi. Last commit 5 Sep 2026.

Recall locally stored agent memories through an MCP-compatible host.

Installs per day peak 510 · avg 28 · +1590% w/w
a month agotoday
693
Installs / week
pypi · fidelis-memory
22
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 17 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.

            subprocess.run(["launchctl", "unload", str(legacy_plist)], check=False)
        for f in root.rglob(pat):

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

Alternatives to Fidelis Memory

same job, measured the same way
Nuzo Memory
by fabionfsc

Local-first, auditable memory for MCP-compatible AI agents with explicit writes and SQLite storage.

30 installs/wk local only
DeepMem
by deepmemteam

Mem0-compatible persistent memory for AI agents: write facts once, recall them semantically.

2 tools answering
Kognite
by kognite

Hosted agent memory: store, search, and recall facts across sessions from any MCP client.

answering
StremAI
by thomasjumper

StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio.

53 installs/wk answering
Banyan Memory
by labacacia

Persistent, governed local memory for MCP-compatible AI clients.

local only
Norn
by samad001z

Local-first, persistent memory for AI coding agents — remember, recall, forget, and list, over MCP.

34 installs/wk local only
Clude
by sebbsssss

Portable agent memory anchored on Solana. Local SQLite + vector recall, open export.

50 installs/wk local only
knowmind
by schubeler-consulting

AI agent memory & knowledge graph, hosted in Germany (GDPR). Recall, relations, store via MCP.

local only

Fidelis Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Fidelis Memory?
Fidelis Memory 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 fidelis-memory was installed 693 times last week.
How do I connect Fidelis Memory?
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 fidelis-memory straight from pypi; nothing to host, nothing to sign up for.
How many people use Fidelis Memory?
The pypi package fidelis-memory was installed 693 times in the last week. Week over week that is +1590%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fidelis Memory open source?
Yes — it is published under the MIT licence, written in Python and 22 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.