Patchway
AI

Use Patchway from any AI client

Drive Patchway from Claude, Cursor, or any MCP client — register agents, hand off work, recall memory, and verify relays.

The patchway-mcp server exposes Patchway as MCP tools, so an AI assistant can operate on Patchway directly — no glue code.

Setup

See Installation → MCP server for client config. In short:

SUI_PRIVATE_KEY=suiprivkey1... SUI_NETWORK=testnet npx -y patchway-mcp

What the model can do

The 25 tools mirror the SDK surface, grouped by primitive:

  • Identitypatchway_register, patchway_agents_list, patchway_select_agent
  • Memorypatchway_remember, patchway_remember_bulk, patchway_recall, patchway_analyze, patchway_thread_forget
  • Handoffspatchway_relay_create, patchway_relay_accept, patchway_relay_complete, patchway_relay_inspect, patchway_relay_verify, patchway_relay_feedback, patchway_relay_forget
  • Artifactspatchway_artifact_store, patchway_artifact_get, patchway_artifact_store_bundle, patchway_artifact_get_from_bundle
  • Messagingpatchway_message_send, patchway_message_history

Example prompts

"Register a researcher agent that accepts research, then list my agents."

"Hand off the latest research to the analyst with a digest, then verify the relay and give me the proof URL."

"Recall what we know about DeFi trends from memory."

The full list with input schemas is in the MCP reference.

On this page