Cursor
Connect DomainGenius MCP to Cursor.
The endpoint is https://mcp.domaingenius.com.au/mcp. Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"domaingenius": {
"url": "https://mcp.domaingenius.com.au/mcp"
}
}
}Cursor will open the OAuth flow in your browser the first time the server is contacted.
{
"mcpServers": {
"domaingenius": {
"url": "https://mcp.domaingenius.com.au/mcp",
"headers": {
"Authorization": "Bearer dg_live_..."
}
}
}
}Restart Cursor. Open the MCP panel in settings — the domaingenius server should show green with the tool count.
Last updated
Edit this page