Morpho is a lending protocol on Base. The plugin chooses the right execution path for the current environment: use the Morpho CLI (Documentation Index
Fetch the complete documentation index at: https://docs.base.org/llms.txt
Use this file to discover all available pages before exploring further.
npx @morpho-org/cli@latest) in CLI-capable harnesses, and use the Morpho MCP server (https://mcp.morpho.org/) when the user is in a chat-only Claude or ChatGPT-style surface. Base MCP’s send_calls wraps prepared transactions into a single user approval.
Chain: Base mainnet.
Operations: deposit, withdraw, supply, borrow, repay, supply/withdraw collateral, plus reads for vaults, markets, and positions.
Install Morpho MCP when no CLI is available
Claude / Claude Desktop: Customize → Connectors → Add custom connector, namemorpho, URL https://mcp.morpho.org/.
ChatGPT: Settings → Connectors → Create, name morpho, MCP Server URL https://mcp.morpho.org/, Authentication OAuth.
Try it
Find a vault
Check positions
Health check
Pattern
In CLI-capable harnesses, run Morpho CLI:summary, transactions/calls, simulation status, outcome, and warnings), passes the unsigned calls to Base MCP send_calls with chain: "base", and polls get_request_status once you approve in Base Account.
Reference
Full plugin spec on GitHub
Environment detection, CLI and MCP paths, response shapes, safety checks, and orchestration details.