ATOMSATOMSDocs
Integration Guides

Cursor

Set up ATOMS MCP Server in Cursor IDE

Cursor Integration

Cursor supports MCP servers through its settings panel.

Install and authenticate

npm install -g @atoms-tech/atoms-mcp
npx @atoms-tech/atoms-mcp login

Add to Cursor settings

  1. Open Cursor Settings (gear icon or Cmd+,)
  2. Navigate to MCP Servers
  3. Click Add Server
  4. Configure:
FieldValue
Nameatoms-mcp
Commandnpx
Args@atoms-tech/atoms-mcp

Verify

In a Cursor chat, ask:

"Check my ATOMS connection status"

Usage tips

  • Use Cursor's chat to query requirements while writing code
  • Ask for test coverage to identify gaps in your test suite
  • Create requirements directly from code context
  • Trace dependencies to understand impact of code changes

On this page