start_hub_server
Start a persistent Docker container session for security tools like radare2 or ghidra, maintaining state across multiple tool calls for continuous analysis.
Instructions
Start a persistent container session for a hub server.
Starts a Docker container that stays running between tool calls, allowing stateful interactions. Tools are auto-discovered on start.
Use this for servers like radare2 or ghidra where you want to keep an analysis session open across multiple tool calls.
After starting, use execute_hub_tool as normal - calls will be routed to the persistent container automatically.
:param server_name: Name of the hub server to start (e.g., "radare2-mcp"). :return: Session status with container name and start time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||