Polarity for Windsurf
io.github.radar989/polarity-mcp
Real-time threat intelligence lookups and IOC parsing from your self-hosted Polarity instance.
client:Windsurf
transport:stdio
runtime:npm
Install Polarity in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"polarity-mcp": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs