Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 809 Bytes

File metadata and controls

40 lines (27 loc) · 809 Bytes

Cursor + Pharos MCP Setup

Prerequisites

  • Cursor IDE installed
  • Cursor Pro subscription (for agent mode)
  • Node.js 20+

Quick Start

# 1. Clone the repo
git clone https://github.com/stakeme-team/pharos-agent-kit
cd pharos-agent-kit

# 2. Install dependencies
npm install

# 3. Create a wallet
npm run wallet:simple

# 4. Open in Cursor
cursor .

Cursor automatically detects .cursor/mcp.json and connects to the Pharos MCP server.

Usage

In Cursor's AI chat (Cmd+L), ask:

"Check my Pharos wallet balance"
"Send 0.001 PROS to <recipient address> and confirm the receipt"
"Deploy the SimpleStorage contract from contracts/ and verify it"

Verify MCP Connection

Go to Settings > Developer > MCP to see connected servers. pharos should be listed.