cssgraph for VS Code
io.github.mack-peng/cssgraph
CSS intelligence for AI coding agents — surgical style context, fewer tool calls. 100% local.
client:VS Code
transport:stdio
runtime:npm
Install cssgraph in VS Code
.vscode/mcp.json
{
"servers": {
"cssgraph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cssgraph"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs