PowerMem connection mode templates

April 7, 2026 · View on GitHub

Default (standard): the plugin root .mcp.json matches http-mode.mcp.json — REST hooks only, no PowerMem MCP in chat.

FileUse when
http-mode.mcp.jsonHTTP mode (default) — same as shipped .mcp.json.
mcp-mode.mcp.jsonMCP mode — Claude gets PowerMem tools. Edit url (or stdio) for your server, then copy to .mcp.json.

Copy one to the plugin root as .mcp.json:

cp config/http-mode.mcp.json .mcp.json  # standard HTTP-only (default)
cp config/mcp-mode.mcp.json .mcp.json   # enable MCP tools

Or from the plugin directory:

bash scripts/apply-connection-mode.sh http   # default
bash scripts/apply-connection-mode.sh mcp

Restart Claude Code after changing .mcp.json.