Fastest way: one command
Manual setup (if you prefer)
If you want to configure Cursor manually:1. Get a Personal Access Token
Go to Settings → API Tokens in your Audity workspace and create a token with Read + Write scopes. It starts withaky_ and is shown only once.
2. Open Cursor’s MCP settings
Cursor Settings → MCP → Add Server.3. Configure the server
- Name:
Audity - URL:
https://app.auditynow.com/api/mcp - Headers:
Authorization: Bearer aky_<your-token>
Bearer prefix.
4. Save and reload
Cursor will discover the available tools automatically. You should seeaudity_list_projects, audity_create_intake, audity_enqueue_audit_analysis, audity_list_memories, and 95+ more in the tool palette.
Verify it works
In a Cursor chat, type:What you get
100+audity_* tools covering projects, documents, interviews, analysis, opportunities, ROI, deliverables, leads, and persistent memory (Nucleus).
Full tool list in Connect Claude → What you get.
Common prompts
Cursor-specific tips
- Use
@audityto scope the tool call. Without an explicit reference, Cursor may pick a different MCP server’s tool. - Composer mode works great. Multi-step workflows (“convert all leads above 70 from this week, then trigger analysis on each”) run cleanly because Cursor stages the tool calls before executing.
- Per-project tokens. If you want different tokens for different projects (testing vs production), use Cursor’s per-workspace MCP settings.
Troubleshooting
Cursor doesn't see Audity tools after configuring
Cursor doesn't see Audity tools after configuring
Reload Cursor (Cmd+Shift+P → “Reload Window”). MCP servers are discovered at startup; config changes need a reload.
Every call returns 401 PAT_MALFORMED
Every call returns 401 PAT_MALFORMED
Check the headers field. It should be exactly
Authorization: Bearer aky_<token>. If you have an extra Bearer (double prefix), remove one.Every call returns 403 PAT_SCOPE_INSUFFICIENT
Every call returns 403 PAT_SCOPE_INSUFFICIENT
Token lacks
write scope. Generate a new token in Settings → API Tokens with both read and write checked, then update Cursor’s MCP headers.`@audity` doesn't autocomplete
`@audity` doesn't autocomplete
The MCP server isn’t connected. Check Cursor Settings → MCP; Audity should show a green dot. Red means a connection error; verify the URL and headers.
429 rate limited
429 rate limited
See Authentication → Rate limits. Cursor’s composer can fan out calls fast; for batch operations consider serializing or adding delays.
What’s next
- Run a full audit workflow →
- Working with Nucleus →
- API Quickstart (curl) → for non-MCP integrations

