- Remove MEMORY_API_KEY and CLAUDE_MEMORY_API_KEY from settings.json env block - Replace mcp.json inline config with wrapper script that sources GPG-encrypted secrets - Add new rotated key to encrypted secrets.zsh
8 lines
154 B
JSON
8 lines
154 B
JSON
{
|
|
"mcpServers": {
|
|
"claude_memory": {
|
|
"type": "stdio",
|
|
"command": "/Users/viktorbarzin/.local/bin/claude-memory-mcp-wrapper"
|
|
}
|
|
}
|
|
}
|