dot_files/dot_mcp.json
Viktor Barzin 7a1090795c rotate leaked MEMORY_API_KEY: use wrapper script instead of plaintext env vars
- 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
2026-03-15 18:21:46 +00:00

8 lines
154 B
JSON

{
"mcpServers": {
"claude_memory": {
"type": "stdio",
"command": "/Users/viktorbarzin/.local/bin/claude-memory-mcp-wrapper"
}
}
}