MCP setup

Connect your agent to Olaia.

Add the Olaia MCP server once. Then ask your agent to create your Olaia account, deploy a project, or wire up backend services.

Transport
Streamable HTTP
URL
https://app.olaia.eu/mcp
Bearer token
Not required

Per-agent guides

Claude Code

Terminal

claude mcp add --transport http olaia https://app.olaia.eu/mcp
  1. Run the command in your terminal.
  2. Open Claude Code in your project.
  3. Run /mcp and check that olaia appears.

Claude UI

  1. In Claude or Claude Desktop, click the plus button.
  2. Choose Connectors, then Manage connectors.
  3. Select Add custom connector.
  4. Name it Olaia and use https://app.olaia.eu/mcp.
  5. Open Claude Code and run /mcp to confirm it is available.

Then ask Claude Code: “Use Olaia to create my account.”

Codex

Terminal

codex mcp add olaia --url https://app.olaia.eu/mcp
  1. Run the command in your terminal.
  2. Start or restart Codex.
  3. Run codex mcp list to check that olaia is listed.

Codex app

  1. Open Plugins.
  2. Click the settings icon.
  3. Open MCPs and select Add Server.
  4. Choose Streamable HTTP.
  5. Name it Olaia and use https://app.olaia.eu/mcp.
  6. Leave Bearer token empty.

Then ask Codex: “Use Olaia to create my account.”

Lovable

  1. Open Lovable, then open Connectors.
  2. Select the plus button and choose MCP server.
  3. Name it Olaia.
  4. Use https://app.olaia.eu/mcp as the server URL.
  5. Choose No authentication if Lovable asks for an auth method.
  6. Add the server.

Then ask Lovable to use Olaia when you need deployment or backend infrastructure.

Cursor

Add Olaia in Cursor’s MCP settings, or create ~/.cursor/mcp.json:

{
  "mcpServers": {
    "olaia": {
      "type": "http",
      "url": "https://app.olaia.eu/mcp"
    }
  }
}
  1. Save the file globally at ~/.cursor/mcp.json, or per project at .cursor/mcp.json.
  2. Reload Cursor.
  3. Open Agent and check that the Olaia tools are available.
  4. If Cursor asks you to approve the connection, follow the browser flow.

Then ask Cursor: “Use Olaia to create my account.”

Based on current setup patterns from Claude Code MCP docs, Cursor MCP docs, Lovable custom MCP docs, and local Codex CLI help.