Claude Code Tool Manager v1.5.0
New Features
Built-in MCP Server
Expose Tool Manager functionality as an MCP server that Claude Code can connect to directly!
- 31 tools for programmatic management:
list_mcps,create_mcp,update_mcp,delete_mcpassign_mcp_to_project,remove_mcp_from_projectlist_skills,create_skill,delete_skilllist_subagents,create_subagent,delete_subagentlist_hooks,create_hook,delete_hooklist_projects,get_project- Global enable/disable tools for MCPs, Skills, Sub-Agents, and Hooks
- Enable from Settings > Built-in MCP Server
- Configurable port (default: 23847)
- Automatically adds connection config to your MCP library
MCP Gateway Server
Aggregate multiple MCP servers into a single unified endpoint!
- Combine tools from multiple backend MCPs into one connection
- Tool names prefixed with source (e.g.,
filesystem__read_file) - Add/remove backends dynamically from Settings
- Configurable port (default: 23848)
Bug Fixes
- Fixed: Built-in MCP Server now properly lists tools (was returning empty list due to missing
#[tool_handler]macro)
Technical Improvements
- Streamable HTTP protocol support in MCP client
- Comprehensive unit tests for database operations
- Refactored Tauri commands for better testability
Installation
Download the appropriate installer for your platform below:
- Windows:
.msiinstaller or.exe - macOS:
.dmg(Intel and Apple Silicon) - Linux:
.AppImageor.deb