create_pack
Create a named pack bundling specific MCP servers for your team, with optional tags for categorization.
Instructions
Create a new company/team pack with specific MCP servers
Args: pack_name: Name of the pack (e.g., 'frontend-stack', 'acme-devops') description: Human-readable description of the pack servers: List of server names to include in the pack tags: Optional list of tags for categorization (e.g., ['frontend', 'development'])
Returns: Dictionary with success status and pack creation details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| servers | Yes | ||
| pack_name | Yes | ||
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||