Prerequisites
- Cursor editor installed
- Paragon CLI installed
Get your API key
- Go to app.paragon.run
- Sign in or create an account
- Navigate to Settings → API Keys
- Copy your API key
Some tools like
generate_tests, run_paragon, list_test_suites, and save_to_suite require an API key. Other tools work without one.Setup
1
Open MCP settings
Open Cursor and go to Settings → MCP. Click + Add new MCP server.
2
Configure Paragon
Select Type: command and add the following configuration:Replace
your-api-key-here with your API key from app.paragon.run.Alternatively, create a .cursor/mcp.json file in your project root with the same configuration.3
Verify the connection
After saving, you should see paragon listed in your MCP servers with a green status indicator.

