cssgraph for Cursor
io.github.mack-peng/cssgraph
CSS intelligence for AI coding agents — surgical style context, fewer tool calls. 100% local.
client:Cursor
transport:stdio
runtime:npm
Install cssgraph in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cssgraph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cssgraph"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs