All Claude Manager endpoints are Tauri IPC only. They require the Claude CLI to be installed.
Claude CLI
Get Version
Returns the installed Claude CLI version string.
Update CLI
Runs claude update to update the Claude CLI to the latest version.
List Agents
Lists all active Claude agent sessions.
List Sessions
Lists recent Claude CLI sessions with metadata.
Settings
Get Claude Settings
Returns the Claude CLI configuration (~/.claude/settings.json).
Save Claude Settings
Writes updated settings to the Claude CLI configuration file.
Get Permission Rules
Returns the current Claude CLI permission rules configuration.
Get Hooks
Returns configured Claude CLI hooks (pre/post execution hooks).
Save Hooks
MCP Servers
List MCP Servers
Returns all configured MCP (Model Context Protocol) servers.
Add MCP Server
Remove MCP Server
Plugins
List Plugins
Install Plugin
Uninstall Plugin
Toggle Plugin
Marketplaces
List Marketplaces
Add Marketplace
Remove Marketplace
Codebase Scan
Scan Codebase
Runs Claude to analyze the project codebase and generate a CLAUDE.md file with project-specific instructions.
Save Scan Result
Saves generated scan content as the project’s CLAUDE.md file.
Custom Commands & Skills
List Custom Commands
Returns all custom slash commands configured in the Claude CLI.
List Custom Skills
Returns all locally saved custom skills.
Save Custom Skill
Delete Custom Skill
Fetch GitHub Skills
Fetches skill definitions from a GitHub repository.
Fetch Skill Content
Downloads the content of a single skill file from a URL.
Suggestions
Returns AI-generated suggestions for improving the Claude CLI configuration and project setup.