Stats
Actions
Tags
From engram
Local stdio server that runs a Python-based MCP process via uvx. The 'engram' name suggests note-taking or memory-augmented context management for Claude.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"engram": {
"command": "engram",
"args": [
"mcp",
"--tools=agent"
]
}
}
}Server configuration and connection parameters
engramCommand-line arguments passed to the server process
npx claudepluginhub gentleman-programming/engram --plugin engram