Claude Code Tool Manager v1.0.0
A desktop application for managing MCP servers, Skills, and Sub-Agents for Claude Code.
Features
MCP Server Management
- MCP Library: Create, edit, and organize MCP server configurations
- Project-based assignments: Assign specific MCPs to individual projects
- Global settings: Enable MCPs globally across all projects
- Paste-to-import: Quickly import MCP configs from JSON or
claude mcp addcommands - Multiple transport types: Support for stdio, HTTP, and SSE MCP servers
Skills (Slash Commands)
- Command Skills: Create slash commands (
/name) that users can invoke - Agent Skills: Define skills that the model can invoke automatically
- Auto-detection: Automatically discovers skills from
~/.claude/commands/and project.claude/commands/directories - Global/project assignment: Enable skills globally or per-project
Sub-Agents
- Custom sub-agents: Define specialized agents for specific tasks
- Model selection: Choose which Claude model the sub-agent uses
- Auto-detection: Automatically discovers agents from
~/.claude/agents/and project.claude/agents/directories - Project scoping: Assign sub-agents globally or to specific projects
Project Management
- Project scanning: Automatically detect projects from existing Claude configs
- Project details: View and manage MCPs, Skills, and Sub-Agents per project
- Configuration sync: Changes are automatically written to Claude config files
Additional Features
- Dark mode: Toggle between light and dark themes
- Search & filter: Quickly find MCPs, Skills, and Sub-Agents
Installation
Download the appropriate installer for your platform below:
- Windows:
.msiinstaller or.exe - macOS:
.dmg(Intel and Apple Silicon) - Linux:
.AppImageor.deb
Building from Source
git clone https://github.com/tylergraydev/claude-code-tool-manager.git
cd claude-code-tool-manager
npm install
npm run tauri buildTech Stack
- Svelte 5 + SvelteKit
- Tailwind CSS v4
- Tauri 2 + Rust
- SQLite