# Connect MCP

Point any MCP-compatible editor or CLI at Zephex with one API key.

## Fastest path
**terminal**
```shell
npx -y zephex@latest setup
```

## Manual HTTP
**mcp.json**
```json
{
  "mcpServers": {
    "zephex": {
      "url": "https://zephex.dev/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
```

## Guides
- [Quickstart](https://zephex.dev/docs/quickstart)
- [Supported editors](https://zephex.dev/docs/supported-editors)
- [HTTP vs stdio](https://zephex.dev/docs/http-vs-stdio)
- [MCP troubleshooting](https://zephex.dev/docs/mcp-troubleshooting)


Canonical HTML: https://zephex.dev/docs/connect-mcp