fbi crime mcp server for Cursor
io.github.cyanheads/fbi-crime-mcp-server
FBI Crime Data Explorer — UCR estimates, NIBRS breakdowns, hate crimes, arrests, and agency data.
client:Cursor
transport:stdio
runtime:npm
Install fbi crime mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fbi-crime-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cyanheads/fbi-crime-mcp-server"
],
"env": {
"FBI_API_KEY": "<FBI_API_KEY>",
"MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs