github tylergraydev/claude-code-tool-manager v1.0.0
v1.0.0 - Initial Release

latest releases: v3.10.0, v3.9.1, v3.9.0...
5 months ago

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 add commands
  • 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: .msi installer or .exe
  • macOS: .dmg (Intel and Apple Silicon)
  • Linux: .AppImage or .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 build

Tech Stack

  • Svelte 5 + SvelteKit
  • Tailwind CSS v4
  • Tauri 2 + Rust
  • SQLite

Don't miss a new claude-code-tool-manager release

NewReleases is sending notifications on new releases.