Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

MCP Integration

mutx-link exposes MUTX wallet operations to MCP-compatible agents.

The boundary is simple:

  • mutx holds local state and wallet access
  • mutx-link forwards requests to MUTX
  • communication between them happens over a Unix socket at /tmp/mutx/mutx.sock

Link also supports a CLI mode (mutx-link wallet list, etc.) for Skills-based agents and scripts that prefer shell commands over MCP.