Polarity for Cursor
io.github.radar989/polarity-mcp
Real-time threat intelligence lookups and IOC parsing from your self-hosted Polarity instance.
client:Cursor
transport:stdio
runtime:npm
Install Polarity in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"polarity-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@polarityio/mcp-connector"
],
"env": {
"POLARITY_SERVER_URL": "<POLARITY_SERVER_URL>",
"POLARITY_TOKEN": "<POLARITY_TOKEN>",
"POLARITY_IGNORE_SSL": "<POLARITY_IGNORE_SSL>",
"POLARITY_TIMEOUT_MS": "<POLARITY_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs