MCP.so
登录

MCP Auto Tool Switcher

@Maiks-Dev-Team

关于 MCP Auto Tool Switcher

A MCP server that allows your client to switch MCP servers so you don't run in to a tool limit.

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

Maiks-Dev-Team

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "auto-tool-switcher": {
      "command": "node",
      "args": [
        "cascade-mcp-server.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Auto Tool Switcher?

MCP Auto Tool Switcher is a system for managing MCP servers, tools, prompts, and resources. It acts as a modular MCP server that forwards tools from other MCP servers.

How to use MCP Auto Tool Switcher?

Install dependencies with npm install, then start the server with node cascade-mcp-server.js. Use the provided tools such as mcp0_servers_list, mcp0_servers_enable, mcp0_servers_disable, and mcp0_refresh_tools to manage servers and discover tools.

Key features of MCP Auto Tool Switcher

  • Cross-platform support (Windows, macOS, Linux)
  • Add, remove, enable, and disable MCP servers
  • List, invoke, and preview tools, prompts, and resources
  • Passthrough forwarding for tools from other MCP servers
  • Automatic startup of all enabled servers on initialization
  • Intelligent caching for improved performance

Use cases of MCP Auto Tool Switcher

  • Centralized management of multiple MCP servers
  • Quick enable/disable of servers during development
  • Automatic startup of required servers on project launch
  • Discovery and invocation of tools across different servers

FAQ from MCP Auto Tool Switcher

What is the current status of the project?

The project is in early development. Features are experimental, incomplete, and subject to rapid change.

What are the runtime dependencies?

Node.js is required. Install project dependencies with npm install.

Where is server configuration stored?

All server configuration is stored in servers.json and mcp-config.json in the project root.

What future improvements are planned?

An Electron tray client is planned for system-level management with a visual interface for adding, editing, and removing servers.

Does the server support authentication or custom transports?

The README does not mention authentication or transport configuration. It is a basic MCP server acting as a passthrough.

评论

其他 分类下的更多 MCP 服务器