> ## Documentation Index
> Fetch the complete documentation index at: https://yomo.run/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP Server

> MCP Bridge creates a MCP server that can expose all the Serverless LLM Functions.

## API

MCP Bridge creates a MCP server on `http://localhost:9001/sse`.

## MCP Bridge Configuration Structure

```yaml yomo.yaml {6-8} theme={null}
name: llm-bridge
host: 0.0.0.0
port: 9000

bridge:
  mcp:
    server:
      addr: localhost:9001
```
