MCP Server
MCP
Polarity
Real-time threat intelligence lookups and IOC parsing from your self-hosted Polarity instance.
Install
npx -y @polarityio/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@polarityio/mcp-connector",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "The base URL of your Polarity server, e.g. https://polarity.yourcompany.com",
"name": "POLARITY_SERVER_URL"
},
{
"description": "A Polarity API key. Generate one in Polarity under Settings > API Keys.",
"name": "POLARITY_TOKEN"
},
{
"description": "Set to 'true' if your Polarity server uses a self-signed certificate.",
"name": "POLARITY_IGNORE_SSL"
},
{
"description": "Timeout in milliseconds for Polarity API requests. Defaults to 30000 (30 seconds). Increase for slow integrations.",
"name": "POLARITY_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
Comments
Sign in to leave a comment