Stats
Actions
Tags
From engram
Runs the Engram MCP server locally as a subprocess via 'engram mcp --tools=agent', providing agent tools. No secrets or API keys required.
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