Engram
@rwnalds
About Engram
Self-hosted MCP server + dashboard giving Claude Code, Cursor & Hermes agents shared long-term memory over a git-backed markdown vault. Agent-native, Obsidian-compatible second brain — markdown RAG, no vector DB.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"engram": {
"command": "bun",
"args": [
"dev",
"#",
"http://localhost:3000",
"—",
"runs",
"against",
"./sample-vault"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Engram?
Self-hosted MCP server + dashboard giving Claude Code, Cursor & Hermes agents shared long-term memory over a git-backed markdown vault. Agent-native, Obsidian-compatible second brain — markdown RAG, no vector DB.
How to use Engram?
The README includes setup instructions such as bun install.
Key features of Engram
- Shared memory for a team running multiple agents — one vault, many agents reading and writing
- Memory that knows what's still true — retire a price, a term, or a changed API doc and your agents
- Long-term memory for Claude Code and other coding agents — stop re-explaining your project every session
- A self-hosted, Obsidian-compatible second brain exposed over MCP — your notes, your server, your git repo
- Markdown RAG without the vector database — full-text search + a link graph over human-readable files
Use cases of Engram
- Connect an MCP-compatible client to this repository's service.
- Review the README-backed setup before enabling it in production.
FAQ from Engram
Where is the source code for Engram?
The source code is linked from the repository URL on this page.
Does Engram include a standard MCP config?
If the README contains a parseable MCP configuration block, it is shown in the Config tab.
Frequently asked questions
Where is the source code for Engram?
The source code is linked from the repository URL on this page.
Does Engram include a standard MCP config?
If the README contains a parseable MCP configuration block, it is shown in the Config tab.
Basic information
More AI & Agents MCP servers
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Comments