Model Context Protocol

PuzldAI

MCP Bridge

Expose your local Puzld agents via MCP. Execute tasks through the full orchestration layer from any MCP-compatible client.

How It Works

Seamlessly clear the barrier between desktop and cloud.

MCP Client
Claude, Cursor, etc.
Puzld Cloud
Hosted Service
WebSocket
PUZLD MCP
Your Machine
Agent CLIs
  • Claude Code
  • Gemini CLI
  • Codex
  • Ollama Models
  • Mistral (Vibe)

Capabilities

Powering the next generation of agentic workflows.

Protocol Server

Expose all your local Puzld agents (Claude, Gemini, Codex, Ollama) as MCP tools. Any MCP client can execute tasks through the full orchestration layer.

# Start the MCP bridge
$puzldai serve --mcp
Connected to MCP cloud via WebSocket

Connect Everything

Execute tasks remotely through the Puzld Cloud. Your local agents stay on your machine while MCP clients connect via secure WebSocket.

  • Single & Compare Modes
  • Agentic File Access
  • Secure Cloud Tunnel

Integration

Deep integration with your favorite tools.

System Internals
01

Multi-Agent Execution

Execute tasks through all your local agents from any MCP client. Claude, Gemini, Codex, Ollama—all accessible remotely.

  • Single Mode
  • Compare Mode
02

Cloud Bridge

Securely tunnel your local environment to Puzld Cloud via Encrypted WebSockets.

  • Secure Tunneling
  • Remote Execution
03

Secure Auth

Authenticate with your Puzld account via browser login or API key to connect your local agents to the cloud.

  • Browser Login
  • API Key Auth

Setup Guide

Connect any MCP-compatible client to Puzld Cloud in 3 simple steps.

01

Get API Key

Create one in your dashboard.

02

Add Config

Copy the configuration for your client below.

03

Restart

Changes apply after restarting your client.

Configuration

Terminal

Shell
claude mcp add --transport http puzld https://api.puzld.cc/protocol \
  --header "X-PUZLD-API-KEY: YOUR_API_KEY"