Skip to content
Sign up
Tools
Model Context Protocol

Connecting Letta to MCP Servers

Set up Model Context Protocol servers and configure agent connections.

Letta supports three MCP transport types depending on your deployment and use case.

  • ADE: Point-and-click server management via web interface
  • API/SDK: Programmatic integration for production
  • Streamable HTTP (Recommended): Production-ready with auth support. Works on Cloud + self-hosted.
  • SSE (Legacy): Deprecated but supported for compatibility.
  • stdio (Self-hosted only): Local development and testing.
TransportCloudSelf-hosted
Streamable HTTP
SSE
stdio
sequenceDiagram
    participant A as Letta Agent
    participant L as Letta Server
    participant S as MCP Server

    A->>L: Tool request
    L->>S: MCP execute
    S-->>L: Result
    L-->>A: Response
  1. Choose transport type based on your deployment
  2. Connect via ADE: Tool Manager → Add MCP Server
  3. Attach tools to agents

See remote servers or local servers for detailed setup.