engram-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@engram-mcpsearch my brain for the meeting notes from yesterday"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
engram-mcp — plug your Engram brain into any Claude Code / Desktop
Client pieces for an Engram brain: a stdio MCP server (tools
search_brain, get_concept, list_concepts, add_memory) and the /engram-capture skill
(push a whole conversation into the brain). No secrets in this repo — you supply your brain URL +
token at setup. Works on macOS/Linux with Node 18+.
Install (per machine — repeat on each Mac)
git clone https://github.com/ankitjm/engram-mcp.git ~/engram-mcp
cd ~/engram-mcp && npm install
# 1) Register the MCP with Claude Code (tools appear in every session)
claude mcp add engram --scope user \
--env ENGRAM_URL=https://brain.khosha.tech \
--env ENGRAM_API_TOKEN=engr_YOUR_TOKEN \
-- node ~/engram-mcp/mcp.js
# 2) (Optional) the /engram-capture skill
mkdir -p ~/.claude/skills && cp -r ~/engram-mcp/engram-capture ~/.claude/skills/
mkdir -p ~/.engram && cp ~/engram-mcp/config.example.json ~/.engram/config.json
# then edit ~/.engram/config.json: set token + password_sha256
# node -e "console.log(require('crypto').createHash('sha256').update('YOUR_PASS').digest('hex'))"Restart Claude Code. Every machine pointed at the same ENGRAM_URL + token shares one brain.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenancePersistent memory for Claude Code. Automatically indexes every conversation and provides production-grade hybrid search (BM25 + vectors + reranker) via MCP tools. 100% local, zero config, zero API keys, zero invoice.16557MIT
- AlicenseCqualityAmaintenanceStores and recalls Claude Code session content as persistent memory, auto-injects relevant prior decisions and lessons at session start, and exposes 33 MCP tools for memory, knowledge-graph navigation, and cognitive profiling — backed by 41 neuroscience papers and 97.8% R@10 on LongMemEval.40671MIT
- AlicenseNot gradedqualityCmaintenanceMCP plugin that connects Cursor, Claude, and other hosts to an Engram workspace for searching and citing indexed GitHub and Notion content.MIT
- FlicenseNot gradedqualityDmaintenanceProvides persistent semantic memory for Claude Code via local embeddings and six MCP tools, enabling context storage and retrieval across sessions without cloud dependencies.
Related MCP Connectors
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ankitjm/engram-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server