config
Manage unerr configuration
Manage unerr configuration
unerr config [command]config verify
Check and optionally repair MCP configuration for IDEs
unerr config verify [options]Options
| Flag | Description | Default |
|---|---|---|
--silent | Only output errors | — |
--repair | Automatically repair misconfigured IDEs | — |
--ide \<ide\> | Check specific IDE (vscode, cursor, windsurf, claude-code) | — |
--mode \<mode\> | Server mode: proxy (full) or standalone (read-only) | proxy |
config show
Show MCP config snippet for an agent (for manual setup)
unerr config show [agent]Arguments
| Argument | Required | Description |
|---|---|---|
agent | no | Agent name (e.g. cursor, claude-code, kiro) or 'all' |
config install-hooks
Install git hooks for automatic MCP config verification
unerr config install-hooks