Skip to content
Windsurf

Fidelis Memory for Windsurf

io.github.hermes-labs-ai/fidelis-memory

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

client:Windsurf transport:stdio runtime:pypi

Install Fidelis Memory in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fidelis-memory": {
      "command": "uvx",
      "args": [
        "fidelis-memory"
      ],
      "env": {
        "FIDELIS_PORT": "<FIDELIS_PORT>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Fidelis Memory in other clients