Skip to content

police transparency mcp for Zed

io.github.mrfentmen/police-transparency-mcp

Use this MCP server to Aggregate historical NYC police complaint statistics with no person...

client:Zed transport:stdio runtime:npm

Install police transparency mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "police-transparency-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "police-transparency-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

police transparency mcp in other clients