domainintel mcp for VS Code
io.github.bishop81/domainintel-mcp
Domain intelligence for agents: WHOIS, DNS, SSL/TLS, security headers, reputation, subdomains.
client:VS Code
transport:stdio
runtime:npm
Install domainintel mcp in VS Code
.vscode/mcp.json
{
"servers": {
"domainintel-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@domainintel/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs