Engram MCP server providing an agent tool for local use. Runs as a subprocess on the user's machine with no required secrets or external connections.
From engramnpx claudepluginhub gentleman-programming/engram --plugin engramAdd to your .mcp.json:
{
"mcpServers": {
"engram": {
"command": "engram",
"args": [
"mcp",
"--tools=agent"
]
}
}
}engram