Skip to main content

Installation & Setup

Prerequisites​

  • Cursor (or compatible IDE)
  • Node.js 18+ (for CLI and MCP, if used)

Quick Start: Cursor Commands (No MCP)​

Fastest path. Commands work immediately with no extra setup.

  1. Clone and open in Cursor
git clone https://github.com/cursor/adm-toolkit.git
cd adm-toolkit

Open the adm-toolkit folder in Cursor.

  1. Type /adm- in chat — you'll see all commands

  2. Try it

/adm-help
/adm-research Adobe
/adm-roi 2500 220000 Adobe

Seed accounts (Adobe, Stripe) are in .adm/accounts/. Data writes to .adm/accounts/{account}/.

See Cursor Commands Reference.


Optional: MCP Server​

For MongoDB persistence, team dashboards, and Cursor Automations:

  1. Add MCP to Cursor — Settings → MCP → Edit Config (or .cursor/mcp.json):
{
"mcpServers": {
"adm-toolkit": {
"command": "node",
"args": ["./mcp-server/index.js"],
"cwd": "/path/to/cursor-adm-toolkit"
}
}
}
  1. Environment variables — create .env in project root:
MONGODB_URI=mongodb+srv://user:pass@cluster.mongodb.net/adm_toolkit
ANTHROPIC_API_KEY=sk-ant-...
  1. Seed data (optional):
cd mcp-server && npm run seed

See Cursor MCP Configuration.


Optional: CLI​

For terminal access:

npm run cli -- status
npm run cli -- account list

See CLI Setup and CLI Commands.


Verify​

Commands: Type /adm-help in Cursor chat.

MCP: Ask "What is the ADM Toolkit?" or "Calculate ROI for 1,200 developers".