github tylergraydev/claude-code-tool-manager v1.5.0
v1.5.0 - Built-in MCP Server & Gateway

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

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_mcp
    • assign_mcp_to_project, remove_mcp_from_project
    • list_skills, create_skill, delete_skill
    • list_subagents, create_subagent, delete_subagent
    • list_hooks, create_hook, delete_hook
    • list_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: .msi installer or .exe
  • macOS: .dmg (Intel and Apple Silicon)
  • Linux: .AppImage or .deb

Full Changelog

v1.4.0...v1.5.0

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

NewReleases is sending notifications on new releases.