Integration · MCP client
Wallet access,inside your editor.
Add one entry to .cursor/mcp.json and Cursor's agent can check balances, read proposal reviews, and draft transactions while you build — with the same guarantees as every other client.
Why in the editor
Wallet state without leaving the editor.
Building against your own contracts means constantly checking state and shaping transactions. With the wallet as an MCP server, the agent in your editor does both in place — and anything that would actually execute becomes a proposal for you to approve, not a surprise on-chain.
- Query balances and chain state without leaving the file you're editing
- Draft and decode transactions against your deployed contracts
- Nothing executes from the editor — proposals wait for your explicit approval