mcp_groups
Manage MCP server groups to connect or disconnect sets of servers atomically, simplifying multi-server workflows.
Instructions
Manage server groups for atomic connect/disconnect of sets of servers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Server URL (for add_server with SSE/WS/HTTP) | |
| args | No | Command arguments (for add_server with stdio) | |
| name | No | Group name (required for all actions except list) | |
| slug | No | Server slug to add/remove from a group | |
| action | Yes | Action: list, create, delete, add_server, remove_server, connect (all in group), disconnect (all in group), show (details) | |
| command | No | Explicit command for the server (for add_server with stdio) | |
| description | No | Group description (optional, for create) | |
| transportType | No | Transport type (for add_server) |