Cursor Setup Guide

Connect the MCP Server to Cursor and let your agents interact with the Performance Insights system.

Setup Steps

  1. Go to Settings > Tools & MCP > Add new MCP Server
  2. Add the following to the configuration:
"mcpServers": {
        "perfmon": {
            "command": "npx",
            "args": [
                "-y",
                "mcp-remote",
                "https://perf.niteco.com/chat-tools/mcp"
            ]
        }
}
  1. Reload Developer Window: ctrl+shift+p > Developer: Restart Window. Wait for the Authentication flow to start, this may take a few moments.
  2. Complete the authentication flow and return to Cursor.
  3. Ask the chat agent to "Get the latest test results for yoursite.com".

If everything is set up correctly, the assistant will call the MCP Server, trigger the audit, and return the results inline.

Troubleshooting

If the connection isn't working:

  • Try reauthenticating
  • Check that the MCP server URL is correct in your Cursor configuration
  • Restart Cursor after making configuration changes (ctrl+shift+p > Developer: Restart Window)
  • Check the Cursor MCP logs for error details

Still stuck? Reach out to us at [support link placeholder].