Home › Knowledge & Memory › Mnemosyne OS
Mnemosyne OS
Memory the human governs, on their own machine, plus what other coding agents here wrote.
Topics: Knowledge & Memory
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 2.0.0)
npx -y @mnemosyne_os/mcp@2.0.0
Or add to your MCP client config:
{
"mcpServers": {
"mnemosyne-neural-os": {
"command": "npx",
"args": [
"-y",
"@mnemosyne_os/mcp@2.0.0"
],
"env": {
"MNEMO_DEFAULT_VAULT": "<YOUR_VALUE>",
"MNEMO_VAULTS": "<YOUR_VALUE>",
"MNEMO_SDK_PORT": "<YOUR_VALUE>"
}
}
}
}
MNEMO_DEFAULT_VAULT— Vault used when a call does not name one. The vaults are the user's own domains of memory (code, notes, journal); nothing outside the granted list is reachable.MNEMO_VAULTS— Comma-separated list of vaults this server may reach. Narrow it: a vault left out here cannot be read even by mistake.MNEMO_SDK_PORT— Port of the local Mnemosyne OS SDK server the desktop app listens on.
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,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry