Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub gentleman-programming/engram --plugin engramCopy 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
Share bugs, ideas, or general feedback.