mcp_profiles
Manage named server connection profiles to switch between presets like work or personal. Create, add servers, and activate profiles for different environments.
Instructions
Manage named connection profiles. Profiles are presets of server connections that can be switched between (e.g., 'work', 'personal').
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 | Profile name (required for create, delete, add_server, remove_server, switch, show) | |
| slug | No | Server slug to add/remove from a profile | |
| action | Yes | Action: list (all profiles), create (new profile), delete, add_server (add a server to profile), remove_server, switch (activate profile), show (details of a profile) | |
| command | No | Explicit command for the server (for add_server with stdio) | |
| description | No | Profile description (optional, for create) | |
| transportType | No | Transport type (for add_server) |