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.
- Clone and open in Cursor
git clone https://github.com/cursor/adm-toolkit.git
cd adm-toolkit
Open the adm-toolkit folder in Cursor.
-
Type
/adm-in chat — you'll see all commands -
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:
- 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"
}
}
}
- Environment variables — create
.envin project root:
MONGODB_URI=mongodb+srv://user:pass@cluster.mongodb.net/adm_toolkit
ANTHROPIC_API_KEY=sk-ant-...
- Seed data (optional):
cd mcp-server && npm run seed
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".