MUTX Documentation
MUTX is a local control plane for Solana wallets used by AI agents.
The public product has two parts:
mutx-tui: the terminal UI that stores wallet state, shows approvals, and signs operationsmutx-mcp: the MCP server that exposes wallet tools to agents
mutx-mcp is intentionally thin. It forwards requests to the TUI over a local
Unix socket and does not hold wallet secrets on its own.
What MUTX is for
MUTX sits between an agent and your wallets:
- you can approve actions manually in the TUI
- or you can grant bounded autonomy with Short Lived Keys (
SLK) - the same setup works with local binaries or containerized deployments
What you can do
- Create or import Solana wallets
- Send and receive SOL
- List, send, and close SPL token accounts
- Swap tokens through Jupiter or Raydium
- Connect wallets to dApps with WalletConnect
- Manage an address book for recurring destinations
- Expose wallet operations to MCP-compatible agents over
stdioor HTTP
Start here
Public surface
This documentation covers the public operator surface only:
- TUI usage
- MCP setup and tools
- local configuration
- binary and container deployment
Internal services and internal licensing infrastructure are intentionally excluded.