Forge Treasury
com.forgetreasury/treasury
Documentation
Forge Treasury — Cursor Plugin
Thin public repo for Cursor discovery and the Cursor Marketplace. Points at the remote Forge MCP production server — no contracts, deploy scripts, or CDP keys in this repo.
MCP Registry: com.forgetreasury/treasury v0.1.1
Production endpoint: https://mcp.forgetreasury.com/mcp (Base mainnet, 9 tools, Option A — calldata only)
Install
Option A — Cursor Marketplace (recommended)
Search Forge Treasury in Cursor → Settings → Plugins → Marketplace, or install from cursor.com/marketplace after listing is approved.
Option B — Cursor deeplink (fastest)
Open forgetreasury.com/docs and click Install in Cursor.
Option C — Manual MCP config
Add to .cursor/mcp.json:
{
"mcpServers": {
"forge-treasury": {
"url": "https://mcp.forgetreasury.com/mcp"
}
}
}
Reload Cursor → Settings → MCP → Refresh. Expect 9 Forge tools (no AgentKit on production).
Option D — Local plugin path (pre-marketplace test)
git clone https://github.com/forgetreasurydev/forge-cursor-plugin.git
ln -sf "$(pwd)/forge-cursor-plugin" ~/.cursor/plugins/local/forge-treasury
# Restart Cursor or Developer: Reload Window
Verify
- Health (browser-safe): https://mcp.forgetreasury.com/health —
chainIdshould be8453 - Do not open
/mcpin Chrome — use an MCP client
What's included
| Component | Purpose |
|---|---|
| MCP | Remote Streamable HTTP → production endpoint |
| Rules | Custody (Option A), Base mainnet addresses, APY honesty |
| Skill | forge-agent-onboarding — connect, list profiles, deposit flow |
Tools (9)
| Tool | Purpose |
|---|---|
deposit | USDC deposit calldata (Conservative → Core; Balanced → 2 legs) |
withdraw | Redeem shares |
get_balance | Shares + USDC equivalent |
get_current_apy | Blended target APY + disclaimer |
simulate_deposit | 30/90/365-day projection |
get_vault_stats | TVL (Core + Middle) |
list_profiles | Vaults + strategies status |
get_forge_rewards | Claimable FORGE |
claim_forge | Merkle claim calldata |
Disclaimers
- Private beta — Forge smart contracts completed an external security review (May 2026). Residual smart-contract, market, and operational risks remain. Read https://forgetreasury.com/risks before depositing.
- APY from MCP is target / illustrative, not guaranteed — always surface the
disclaimerfield. - Agents sign all txs locally — Forge does not custody USDC or keys on the public endpoint.
- AgentKit + CDP wallet merge is local dev only — never on
mcp.forgetreasury.com.
What's not in this repo
Solidity, Foundry tests, deploy scripts, subgraph stack, nginx configs, and registry private keys are not included in this repo.
License
MIT — see LICENSE.
