Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forge Treasury — Cursor Plugin

Forge Treasury

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

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 disclaimer field.
  • 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.

About

Cursor plugin for Forge Treasury MCP — non-custodial USDC vault on Base

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors