builtwith for VS Code
com.mcparmory/builtwith
Detect technologies and tech stacks used on any website
client:VS Code
transport:stdio
runtime:pypi
Install builtwith in VS Code
.vscode/mcp.json
{
"servers": {
"builtwith": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-builtwith"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs