HomeKnowledge & Memory › Fidelis Memory

Fidelis Memory

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

Python Local macOSLinux
★ 23 stars Last pushed 2026-09-23 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.2.0)

uvx fidelis-memory

Or add to your MCP client config:

{
  "mcpServers": {
    "fidelis": {
      "command": "uvx",
      "args": [
        "fidelis-memory"
      ],
      "env": {
        "FIDELIS_PORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • FIDELIS_PORT — Port of the local fidelis-server process (default: 19420).

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry