permits for Cursor
co.addressintel/permits
SF Peninsula building permits and parcel buildability: SB 9, ADU and redevelopment leads.
client:Cursor
transport:stdio
runtime:npm
Install permits in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"permits": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"addressintel-mcp"
],
"env": {
"ADDRESSINTEL_API_KEY": "<ADDRESSINTEL_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs