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 loginAdd to Cursor settings
- Open Cursor Settings (gear icon or
Cmd+,) - Navigate to MCP Servers
- Click Add Server
- Configure:
| Field | Value |
|---|---|
| Name | atoms-mcp |
| Command | npx |
| Args | @atoms-tech/atoms-mcp |
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