Skip to content
VS Code

police transparency mcp for VS Code

io.github.mrfentmen/police-transparency-mcp

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

client:VS Code transport:stdio runtime:npm

Install police transparency mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

police transparency mcp in other clients