Troubleshooting
Server not showing up
Did you reload Cursor?
After editing ~/.cursor/mcp.json, you need to reload:
Cmd+Shift+P → Developer: Reload Window
For Claude Desktop, fully quit and reopen the app.
Is your JSON valid?
A missing comma or bracket will silently break the config. Paste your mcp.json into jsonlint.com to validate.
Common mistakes:
- Trailing comma after the last entry
- Missing closing brace
} - Using single quotes instead of double quotes
Using the installer? Check the binary exists
If you used the one-line installer, verify the binary is in place:
If not, re-run the installer:
Using npm? Check Node.js is installed
The npm method requires Node.js 18+. Check with:
If not installed, download from nodejs.org, or use the one-line installer instead (no Node.js needed).
API key errors
Invalid or revoked API key
Your ATOMS_API_KEY is either incorrect or has been revoked.
No organizations found
Your API key is valid but isn’t linked to an organization. This usually means the account was just created. Ask your team admin to add you to the org.
Tools not being called
In Cursor, make sure you’re in Agent mode (not Ask mode). Ask mode is read-only and won’t trigger tools.
If the AI still doesn’t pick up the tools, be more explicit:
Calls not going through
When using make_call, check these:
Still stuck?
Reach out to the Atoms team on your internal Slack channel or email support@smallest.ai.

