HomeKnowledge & Memory › Montycat MCP - Shared Memory for AI Agents

Montycat MCP - Shared Memory for AI Agents

Shared, persistent memory for AI agents, with semantic recall and live updates.

Python
★ 59 stars Last pushed 2026-09-19 License: MIT

Connect

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

Package (pypi 1.1.5)

uvx montycat-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "montycat-mcp": {
      "command": "uvx",
      "args": [
        "montycat-mcp"
      ],
      "env": {
        "MONTYCAT_URI": "<YOUR_VALUE>",
        "MONTYCAT_TLS": "<YOUR_VALUE>",
        "MONTYCAT_TLS_CERTIFICATE_PATH": "<YOUR_VALUE>",
        "MONTYCAT_TLS_VERIFY": "<YOUR_VALUE>",
        "MONTYCAT_TLS_CERTIFICATE_FINGERPRINT": "<YOUR_VALUE>"
      }
    }
  }
}
  • MONTYCAT_URI secret — Optional Montycat engine URI: montycat://user:password@host:port/store
  • MONTYCAT_TLS — Set to true when connecting to a TLS-enabled remote Montycat engine
  • MONTYCAT_TLS_CERTIFICATE_PATH — Optional PEM certificate path for exact TLS certificate pinning
  • MONTYCAT_TLS_VERIFY — Set to true to verify TLS with the platform trust store
  • MONTYCAT_TLS_CERTIFICATE_FINGERPRINT — Optional SHA-256 TLS certificate fingerprint

Package (oci)

docker run -i --rm docker.io/montygovernance/montycat-mcp:1.1.5

Or add to your MCP client config:

{
  "mcpServers": {
    "montycat-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/montygovernance/montycat-mcp:1.1.5"
      ],
      "env": {
        "MONTYCAT_URI": "<YOUR_VALUE>",
        "MONTYCAT_TLS": "<YOUR_VALUE>",
        "MONTYCAT_TLS_CERTIFICATE_PATH": "<YOUR_VALUE>",
        "MONTYCAT_TLS_VERIFY": "<YOUR_VALUE>",
        "MONTYCAT_TLS_CERTIFICATE_FINGERPRINT": "<YOUR_VALUE>"
      }
    }
  }
}
  • MONTYCAT_URI secret — Optional Montycat engine URI: montycat://user:password@host:port/store
  • MONTYCAT_TLS — Set to true when connecting to a TLS-enabled remote Montycat engine
  • MONTYCAT_TLS_CERTIFICATE_PATH — Optional PEM certificate path for exact TLS certificate pinning
  • MONTYCAT_TLS_VERIFY — Set to true to verify TLS with the platform trust store
  • MONTYCAT_TLS_CERTIFICATE_FINGERPRINT — Optional SHA-256 TLS certificate fingerprint

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.MontyGovernance/memocat-mcp

Related servers

Data from the Official MCP Registry