Home › Knowledge & 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.
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_URIsecret — Optional Montycat engine URI: montycat://user:password@host:port/storeMONTYCAT_TLS— Set to true when connecting to a TLS-enabled remote Montycat engineMONTYCAT_TLS_CERTIFICATE_PATH— Optional PEM certificate path for exact TLS certificate pinningMONTYCAT_TLS_VERIFY— Set to true to verify TLS with the platform trust storeMONTYCAT_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_URIsecret — Optional Montycat engine URI: montycat://user:password@host:port/storeMONTYCAT_TLS— Set to true when connecting to a TLS-enabled remote Montycat engineMONTYCAT_TLS_CERTIFICATE_PATH— Optional PEM certificate path for exact TLS certificate pinningMONTYCAT_TLS_VERIFY— Set to true to verify TLS with the platform trust storeMONTYCAT_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
Context7
Up-to-date code docs for any prompt
cognee
Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
hindsight
Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory
Skill_Seekers
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG…
basic-memory
Local-first knowledge management with bi-directional LLM sync via Markdown files.
NoteDiscovery
Self-hosted plain-markdown knowledge base with a built-in MCP server. Lets Claude Desktop, Cursor, and any MCP client search, read,…
Data from the Official MCP Registry