Cursor TroubleshootingΒΆ
Cursor-specific troubleshooting. For general JamfMCP troubleshooting, see the main troubleshooting guide.
Cursor Configuration IssuesΒΆ
Common Problems:
Configuration file location varies by platform
Environment variables not being passed correctly
MCP server not starting
Solutions:
Verify Config Location
macOS:
~/Library/Application Support/Cursor/User/globalStorage/cursor-ai/settings.jsonLinux:
~/.config/Cursor/User/globalStorage/cursor-ai/settings.jsonWindows:
%APPDATA%\Cursor\User\globalStorage\cursor-ai\settings.json
Check MCP Server Configuration
{ "mcpServers": { "jamfmcp": { "command": "uvx", "args": ["jamfmcp"], "env": { "JAMF_URL": "https://your-instance.jamfcloud.com", "JAMF_CLIENT_ID": "your_client_id", "JAMF_CLIENT_SECRET": "your_client_secret" } } } }
Verify Server is Running
Check the Cursor logs for MCP server startup messages
Look for any error messages related to authentication or connection