nyc311 mcp for Zed
io.github.mrfentmen/nyc311-mcp
Use this MCP server to NYC 311 public service request search and aggregate civic data. Tools...
client:Zed
transport:stdio
runtime:npm
Install nyc311 mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"nyc311-mcp": {
"command": "npx",
"args": [
"-y",
"nyc311-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs