mcp for Cursor
io.github.midnight-rgb/mcp
Domain registrar for AI agents. Search, register, and manage domains via API.
client:Cursor
transport:stdio
runtime:npm
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@domainforagents/mcp"
],
"env": {
"DOMAINFORAGENTS_API_KEY": "<DOMAINFORAGENTS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs