Appearance
Cursor Integration
Cursor can use Radar through MCP.
MCP Config
Create or update .cursor/mcp.json:
json
{
"mcpServers": {
"radar": {
"command": "radar-mcp"
}
}
}If you use an env file:
json
{
"mcpServers": {
"radar": {
"type": "stdio",
"command": "radar-mcp",
"envFile": "${workspaceFolder}/.env.cursor"
}
}
}Routing Rule
Copy .cursor/rules/radar-delegation.mdc from this repository into the consuming project.
Installing Radar does not automatically install Cursor rules. The rule must live in the project that Cursor is editing.