manage_mcps
Register, unregister, reconnect, list, or check status of MCP connections with support for multiple transports and persistence scopes.
Instructions
Manage MCP connections. Actions: register, unregister, reconnect, list, status. Returns text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: register, unregister, reconnect, list, status, health_check, or list_stale_overrides | |
| name | No | MCP name (required for register/unregister/reconnect) | |
| type | No | Transport: command (default), sse, or streamable | |
| command | No | Executable for command transport | |
| args | No | Command arguments | |
| env | No | Environment variables | |
| url | No | Server URL (HTTP transports) | |
| headers | No | HTTP headers (HTTP transports) | |
| scope | No | Persistence: memory (default, runtime only), user (~/.config/slop-mcp/config.kdl), project (.slop-mcp.kdl) | |
| dynamic | No | Always re-fetch tool list, skip cache |