connect
Establishes a link to a ServerKit MCP server at a given URL before starting sessions or running commands, enabling SSH command execution over stdio.
Instructions
Connect to a ServerKit MCP server at the given URL (e.g. from discover_servers, or an ip:port the user gave you - format it as http://:/mcp). Call this before start_session/run_command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | e.g. http://192.168.1.42:8080/mcp |