MCP Server Management
Add, remove, and monitor Model Context Protocol servers that extend Claude’s capabilities with external tools and data sources.Adding a Server
Add a server
Click Add Server and provide the server name, command, and any required arguments or environment variables.
Server Operations
| Action | Description |
|---|---|
| Add | Register a new MCP server with its command and arguments |
| Remove | Unregister a server and clean up its configuration |
| List | View all configured servers with connection status |
Plugin Management
Install, uninstall, enable, and disable plugins that add new features to Claude’s workflow.Installing Plugins
Browse available plugins from supported marketplaces or install directly by name. Each plugin card shows its description, version, and compatibility.| Action | Description |
|---|---|
| Install | Download and register a plugin from a marketplace |
| Uninstall | Remove a plugin and its associated configuration |
| Enable | Activate an installed plugin so Claude can use it |
| Disable | Deactivate a plugin without removing it |
Marketplaces
Claude Manager supports browsing plugins from community marketplaces. Filter by category, sort by popularity, and read descriptions before installing.Plugins run locally on your machine. Review a plugin’s source and permissions before installing.
Agents Viewer
Monitor all Claude agent instances across your projects. The Agents Viewer shows:- Active agents — currently running tasks with live status
- Idle agents — spawned but waiting for work
- Agent history — past agent sessions with duration and outcome
Session History
Browse a complete history of Claude CLI sessions. Each session entry includes:| Field | Description |
|---|---|
| Timestamp | When the session started and ended |
| Duration | Total session length |
| Model | Which Claude model was used |
| Turns | Number of conversation turns |
| Tokens | Input and output token counts |
| Cost | Estimated API cost for the session |
Permission Rules
View and manage the permission rules that control Claude’s auto-mode behavior. Permission rules determine which tool calls Claude can execute without prompting for approval.Rule Structure
Each rule defines:- Tool — the tool or command being controlled (e.g.,
bash,edit,write) - Pattern — an optional path or command pattern to match
- Action —
allowordeny
Editing Rules
Add, modify, or remove rules directly from the table view. Changes take effect on the next agent session. The viewer highlights active rules and shows which ones are inherited from global vs. project-level configuration.Hooks Editor
Configure hooks that run custom scripts at specific points in the Claude agent lifecycle. Hooks let you integrate Claude Board with your existing toolchain.Available Hook Points
| Hook | Triggers When |
|---|---|
| PreToolUse | Before Claude calls a tool |
| PostToolUse | After a tool call completes |
| Notification | When Claude sends a notification event |
| Stop | When an agent session ends |
Editing Hooks
Use the built-in editor to write hook scripts directly in Claude Manager. Each hook configuration includes the event type, a matcher pattern, and the command to execute.Settings Editor
Edit Claude CLI settings without manually modifying JSON files. The Settings Editor provides a form-based interface for all configuration options:- Default model — set the preferred model for new tasks
- Max tokens — configure output token limits
- Theme — choose between light, dark, or system appearance
- API configuration — manage API keys and endpoints
- Telemetry — enable or disable usage data collection
Account & CLI Updates
Manage your Claude account and keep the CLI up to date from within Claude Manager.Account
- View your current plan and usage limits
- Check API key status and expiration
- Switch between accounts or organizations
CLI Updates
Claude Manager checks for new Claude CLI versions automatically. When an update is available:- A badge appears on the Claude Manager sidebar icon
- Open the Account tab to see the new version details
- Click Update to install the latest CLI version
CLI updates do not affect the Claude Board desktop app version. Board updates are managed separately through the app’s auto-update system.