Engram runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 19 Feb 2026.
MCP adapter for Engram - organizational memory for AI agents
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(binaryPath, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add engram -- npx -y @spectra-g/engram-adapter
{
"mcpServers": {
"engram": {
"args": [
"-y",
"@spectra-g/engram-adapter"
],
"command": "npx"
}
}
}
[mcp_servers.engram]
command = "npx"
args = ["-y", "@spectra-g/engram-adapter"]
{
"mcpServers": {
"engram": {
"args": [
"-y",
"@spectra-g/engram-adapter"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"engram": {
"args": [
"-y",
"@spectra-g/engram-adapter"
],
"command": "npx"
}
}
}
Organizational context & memory for AI agents. Connect 100+ tools into one knowledge graph.
Open, local-first engram memory for AI agents: read, correct, delete; shared over MCP.
Undisk MCP: safe file memory for AI agents.
Persistent graph-backed conversational memory for AI agents.
Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.
MCP adapter for Agent_Sudo: authorization, delegation, provenance, and audit for AI agents.
Persistent memory for AI agents — verbatim conversations, searchable by meaning.
MCP server for persistent, searchable memory for AI agents.
Answers built from our own checks of this server.