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)
Search Forge Treasury in Cursor → Settings → Plugins → Marketplace, or install from cursor.com/marketplace after listing is approved.
Open forgetreasury.com/docs and click Install in Cursor.
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).
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- Health (browser-safe): https://mcp.forgetreasury.com/health —
chainIdshould be8453 - Do not open
/mcpin Chrome — use an MCP client
| 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 |
| 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 |
- 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.
Solidity, Foundry tests, deploy scripts, subgraph stack, nginx configs, and registry private keys are not included in this repo.
MIT — see LICENSE.