Lovelace Developer Portal
Overview
Auth Hub
Studio
Agents Cloud
Skills
Memory Platform
Lattice Cloud
Hosting
Ada CLI
MCP Gateway
Ada
Periscope
Editor Extensions
Skip to main content

Client Setup

Connect your MCP client to the Lovelace public gateway

Pick your tool below — every config points to the same endpoint.

  • Endpoint: https://mcp.uselovelace.com/mcp
  • Transport: Streamable HTTP
  • Auth: MCP 401 challenge + Protected Resource Metadata discovery (most clients handle this automatically)
bash
bash
claude mcp add lovelace --transport streamable-http \
  --url https://mcp.uselovelace.com/mcp

Claude Code handles OAuth automatically on first use. Verify with claude mcp list.

Local Server

For local Lovelace workflows, run the local MCP server instead of the public gateway:

bash
bash
claude mcp add lovelace-local --transport stdio \
  -- lovelace mcp serve

See Local Server for details.

Troubleshooting

Connection errors

  • Confirm the endpoint is https://mcp.uselovelace.com/mcp
  • Confirm your client supports Streamable HTTP MCP servers
  • Restart the client after changing configuration

Authentication errors

  • Confirm the client supports MCP authorization discovery for remote HTTP servers
  • Confirm the client is using the MCP Gateway endpoint as the protected resource/audience
  • Confirm the granted token has the required scopes

Tools missing

  • Verify the connection with "List my Lovelace workspaces"
  • Recheck JSON syntax in your client configuration

Build and deploy AI agents with ease.

Quick Start

  • Getting Started
  • Build Your First Agent
  • Platform Concepts
  • Examples & Tutorials

Develop

  • Create an Agent
  • Connect an MCP Server
  • API Reference
  • CLI Tools

Platform

  • Agents Cloud
  • Roadmap
  • Platform Changelog
  • Status

Resources

  • Discord
  • GitHub
  • Support
  • Developer Blog
Lovelace logo
Lovelace
Made with ❤️ by Reasonable Tech CompanySupport
TermsPrivacy
All systems operational

Overview

Quick Start

Authentication

Tools Reference

Capability Lifecycle

Compatibility Report

Resources Reference

Client Setup

Local Server

Agent Workflows