io.github.NickCirv/engram MCP Server
io.github.NickCirv/engram
What is the io.github.NickCirv/engram MCP server?
Ranked local code-graph context for AI coding agents. Intercepts reads + greps. Apache-2.0.
How to install io.github.NickCirv/engram
Copy-paste configuration for popular MCP clients.
ENGRAM_API_TOKENsecretOptional HTTP bearer token. Auto-generated at ~/.engram/http-server.token if unset.
ENGRAM_MISTAKE_GUARDPre-mortem warnings: '1' = warn, '2' = deny. Unset = off, zero overhead.
ENGRAM_ANTHROPIC_MEMORY_PATHOverride path to Claude Code's Auto-Memory MEMORY.md.
ENGRAM_MCP_CONFIG_PATHOverride path to ~/.engram/mcp-providers.json (plugin MCP server declarations).
ENGRAM_NO_UPDATE_CHECKSet to '1' to disable passive update notice. Auto-disabled when $CI is set.
{
"mcpServers": {
"engram": {
"command": "node",
"args": [
"-y",
"engramx",
"engram-serve"
],
"env": {
"ENGRAM_API_TOKEN": "<YOUR_ENGRAM_API_TOKEN>",
"ENGRAM_MISTAKE_GUARD": "<YOUR_ENGRAM_MISTAKE_GUARD>",
"ENGRAM_ANTHROPIC_MEMORY_PATH": "<YOUR_ENGRAM_ANTHROPIC_MEMORY_PATH>",
"ENGRAM_MCP_CONFIG_PATH": "<YOUR_ENGRAM_MCP_CONFIG_PATH>",
"ENGRAM_NO_UPDATE_CHECK": "<YOUR_ENGRAM_NO_UPDATE_CHECK>"
}
}
}
}{
"mcpServers": {
"engram": {
"command": "node",
"args": [
"-y",
"engramx",
"engram-serve"
],
"env": {
"ENGRAM_API_TOKEN": "<YOUR_ENGRAM_API_TOKEN>",
"ENGRAM_MISTAKE_GUARD": "<YOUR_ENGRAM_MISTAKE_GUARD>",
"ENGRAM_ANTHROPIC_MEMORY_PATH": "<YOUR_ENGRAM_ANTHROPIC_MEMORY_PATH>",
"ENGRAM_MCP_CONFIG_PATH": "<YOUR_ENGRAM_MCP_CONFIG_PATH>",
"ENGRAM_NO_UPDATE_CHECK": "<YOUR_ENGRAM_NO_UPDATE_CHECK>"
}
}
}
}{
"mcpServers": {
"engram": {
"command": "node",
"args": [
"-y",
"engramx",
"engram-serve"
],
"env": {
"ENGRAM_API_TOKEN": "<YOUR_ENGRAM_API_TOKEN>",
"ENGRAM_MISTAKE_GUARD": "<YOUR_ENGRAM_MISTAKE_GUARD>",
"ENGRAM_ANTHROPIC_MEMORY_PATH": "<YOUR_ENGRAM_ANTHROPIC_MEMORY_PATH>",
"ENGRAM_MCP_CONFIG_PATH": "<YOUR_ENGRAM_MCP_CONFIG_PATH>",
"ENGRAM_NO_UPDATE_CHECK": "<YOUR_ENGRAM_NO_UPDATE_CHECK>"
}
}
}
}{
"servers": {
"engram": {
"type": "stdio",
"command": "node",
"args": [
"-y",
"engramx",
"engram-serve"
],
"env": {
"ENGRAM_API_TOKEN": "<YOUR_ENGRAM_API_TOKEN>",
"ENGRAM_MISTAKE_GUARD": "<YOUR_ENGRAM_MISTAKE_GUARD>",
"ENGRAM_ANTHROPIC_MEMORY_PATH": "<YOUR_ENGRAM_ANTHROPIC_MEMORY_PATH>",
"ENGRAM_MCP_CONFIG_PATH": "<YOUR_ENGRAM_MCP_CONFIG_PATH>",
"ENGRAM_NO_UPDATE_CHECK": "<YOUR_ENGRAM_NO_UPDATE_CHECK>"
}
}
}
}claude mcp add engram --env ENGRAM_API_TOKEN=<YOUR_ENGRAM_API_TOKEN> --env ENGRAM_MISTAKE_GUARD=<YOUR_ENGRAM_MISTAKE_GUARD> --env ENGRAM_ANTHROPIC_MEMORY_PATH=<YOUR_ENGRAM_ANTHROPIC_MEMORY_PATH> --env ENGRAM_MCP_CONFIG_PATH=<YOUR_ENGRAM_MCP_CONFIG_PATH> --env ENGRAM_NO_UPDATE_CHECK=<YOUR_ENGRAM_NO_UPDATE_CHECK> -- node -y engramx engram-serveRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.