@@ -58,6 +58,37 @@ Interactively execute MCP tools directly from the Tool Manager to understand wha
5858
5959![ Execution History] ( imgs/executionhistory.png )
6060
61+ ### Built-in MCP Server
62+
63+ Expose Tool Manager as an MCP server that Claude Code can connect to for programmatic management.
64+
65+ - ** 31 management tools** : Create, update, delete, and manage MCPs, Skills, Sub-Agents, Hooks, and Projects
66+ - ** Streamable HTTP transport** : Modern MCP protocol support
67+ - ** Configurable port** : Default 23847, change in Settings
68+ - ** Auto-library integration** : Automatically adds connection config to your MCP library when enabled
69+ - ** Available tools include** :
70+ - ` list_mcps ` , ` create_mcp ` , ` update_mcp ` , ` delete_mcp `
71+ - ` assign_mcp_to_project ` , ` remove_mcp_from_project `
72+ - ` list_skills ` , ` create_skill ` , ` delete_skill `
73+ - ` list_subagents ` , ` create_subagent ` , ` delete_subagent `
74+ - ` list_hooks ` , ` create_hook ` , ` delete_hook `
75+ - ` list_projects ` , ` get_project `
76+ - Global enable/disable for all tool types
77+
78+ Enable from ** Settings > Built-in MCP Server** .
79+
80+ ### MCP Gateway
81+
82+ Aggregate multiple MCP servers into a single unified endpoint.
83+
84+ - ** Tool aggregation** : Combine tools from multiple backend MCPs into one connection
85+ - ** Namespaced tools** : Tool names prefixed with source MCP (e.g., ` filesystem__read_file ` )
86+ - ** Dynamic backends** : Add/remove backend MCPs from Settings without restarting
87+ - ** Streamable HTTP transport** : Configurable port (default: 23848)
88+ - ** Use case** : Reduce the number of MCP connections Claude Code needs to manage
89+
90+ Enable from ** Settings > MCP Gateway** .
91+
6192### Skills (Slash Commands & Agent Skills)
6293
6394Define custom slash commands and agent skills with full control over tool access and model behavior.
0 commit comments