diff --git a/cmd/engram/main.go b/cmd/engram/main.go index 11ffea9..1650464 100644 --- a/cmd/engram/main.go +++ b/cmd/engram/main.go @@ -823,8 +823,8 @@ MCP Configuration (add to your agent's config): "mcp": { "engram": { "type": "stdio", - "command": "engram", - "args": ["mcp", "--tools=agent"] + "command": ["engram", "mcp", "--tools=agent"], + "enabled": true } } }