Usage
Commands
list- List all available toolstool- Serve a specific toolhub- Serve all tools on a single server with path-based routingopenapi- Serve a tool directly from an OpenAPI specification URLinfo- Show detailed information about a toolcreate-tool- Create a new MCP tool from an OpenAPI specificationmcp-config- Generate MCP configuration for a tool to use in Cursor or Claudeversion- Show version information
Common Patterns
Run tool locally (stdio)
Run tool for team (SSE)
Run all tools via hub
Convert OpenAPI to tool
Generate MCP config
Environment Variables
Transport and Networking
HOST- Default host (default: localhost)PORT- Default portAUTOMAGIK_TOOLS_HOST- Host overrideAUTOMAGIK_TOOLS_SSE_PORT- SSE port override
Logging
LOG_LEVEL- Logging level (DEBUG, INFO, WARNING, ERROR)LOG_FOLDER- Log output directory
Global Options
Exit Codes
| Code | Description |
|---|---|
0 | Success |
1 | Error |

