Get Started

Running MCPBus Server

Running with default parameters

The simplest way to run MCPBus server with the default parameters is:

mcpbus --openapi-spec=./your-openapi-spec.yaml

You will need to provide one parameter --openapi-spec which should contain the path to your OpenAPI specification file (in either YAML or JSON format).

By default, MCPBUs runs MCP server with no auth on port 8080 with MCP-endpoint available as http://localhost:8080/mcp

Previous
1. Download & Install