Skip to content
Cursor

police transparency mcp for Cursor

io.github.mrfentmen/police-transparency-mcp

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

client:Cursor transport:stdio runtime:npm

Install police transparency mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "police-transparency-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "police-transparency-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

police transparency mcp in other clients