domainintel mcp for Cursor
io.github.bishop81/domainintel-mcp
Domain intelligence for agents: WHOIS, DNS, SSL/TLS, security headers, reputation, subdomains.
client:Cursor
transport:stdio
runtime:npm
Install domainintel mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"domainintel-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@domainintel/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs