Renology Renovation Cost Data for Cursor
io.github.asafichaki/renology-cost-data
Read-only 2026 city renovation cost ranges with sources, limitations, and citation guidance.
client:Cursor
transport:stdio
runtime:oci
Install Renology Renovation Cost Data in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"renology-cost-data": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/asafichaki/renology-cost-data-mcp:1.0.1"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs