https://github.com/morpho-org/morpho-skills
https://github.com/morpho-org/morpho-skills
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/morpho-org/morpho-skills
- Owner: morpho-org
- License: mit
- Created: 2026-03-20T10:40:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-06-04T13:20:49.000Z (about 2 months ago)
- Last Synced: 2026-06-04T15:09:59.187Z (about 2 months ago)
- Size: 117 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Morpho Skills
> **Experimental** — This project is under active development (pre-v1.0). Tool schemas, command syntax, and behavior may change without notice. The underlying MCP server and CLI are also experimental.
## Overview
**morpho-cli** — A conversational skill that lets Claude query the Morpho lending protocol and prepare unsigned transactions directly from the CLI. Ask about vault APYs, market rates, user positions, or build deposit/withdraw/borrow operations on Ethereum and Base.
**morpho-mcp** — A remote MCP server for the Morpho lending protocol. Query vaults, markets, and user positions, prepare transactions, and simulate outcomes on Ethereum and Base from any MCP-compatible client.
**morpho-builder** — A reference skill for code-generation agents building Morpho integrations. Provides SDK guidance, GraphQL API schemas, contract ABIs, and best practices for scaffolding deposit apps, dashboards, and bots.
## Quickstart
### Claude Code
```bash
# Add the Morpho marketplace
/plugin marketplace add morpho-org/morpho-skills
# Install the morpho-cli plugin
/plugin install morpho-cli@morpho-agent
# Install the morpho-mcp plugin
/plugin install morpho-mcp@morpho-agent
# Install the morpho-builder plugin
/plugin install morpho-builder@morpho-agent
```
### Other Agents
```bash
npx skills add morpho-org/morpho-skills --skill morpho-cli
npx skills add morpho-org/morpho-skills --skill morpho-builder
```
Add MCP with the following URL: `https://mcp.morpho.org`