Agent Domains for VS Code
ai.clize/domains
Domains your AI agent can buy, point and monitor, with four-layer health checks and alerts.
client:VS Code
transport:stdio
runtime:npm
Install Agent Domains in VS Code
.vscode/mcp.json
{
"servers": {
"domains": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clize/domains"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs