Documentation
¶
Overview ¶
Command api2mcp is a standalone binary that serves an existing HTTP API as an MCP server, configured entirely from a YAML file — no Go code required.
api2mcp serve -config api2mcp.yaml
Or the quick, config-less path for an OpenAPI spec:
api2mcp serve -openapi ./openapi.yaml -base https://api.internal -read-only -http :8080
Click to show internal directories.
Click to hide internal directories.