Claude Code Integration
Protect secrets when using Claude’s official CLI.Setup
Usage
Once configured, Takumo automatically intercepts file operations:Manual mode
For more control, use the CLI wrapper:Verbose output
See what Takumo detects:Configuration
Create.takumorc in your project root:
Multi-file context
When Claude reads multiple files, Takumo maintains a shared session:Troubleshooting
MCP server not showing up
MCP server not showing up
- Check the config path:
~/.claude/claude_desktop_config.json - Ensure Takumo is installed globally:
npm list -g @takumo/aegis - Restart Claude Code after config changes
Secrets not being detected
Secrets not being detected
Run a scan to see what Takumo finds:If a secret type isn’t detected, you can add custom patterns in
.takumorc.Tokens appearing in final output
Tokens appearing in final output
This usually means rehydration failed. Check:
- You’re using the same Takumo session
- The token format matches:
__TAKUMO_v1_{TYPE}_{ID}__ - Run with
--verboseto see warnings