domain intel for VS Code
io.github.erikirby/domain-intel
Website intelligence for AI agents: tech stack, hosting, security posture, SEO, and DNS.
client:VS Code
transport:stdio
runtime:npm
Install domain intel in VS Code
.vscode/mcp.json
{
"servers": {
"domain-intel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@erikirby/domain-intel"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs