build for Cursor
io.github.dave-london/build
Structured build tool output (tsc, generic commands) as typed JSON diagnostics.
client:Cursor
transport:stdio
runtime:npm
Install build in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"build": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paretools/build"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs