domain intel for Cursor
io.github.erikirby/domain-intel
Website intelligence for AI agents: tech stack, hosting, security posture, SEO, and DNS.
client:Cursor
transport:stdio
runtime:npm
Install domain intel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"domain-intel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@erikirby/domain-intel"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs