← Back to Plugins
MCP Server MCP

Polarity

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Real-time threat intelligence lookups and IOC parsing from your self-hosted Polarity instance.

Verified source

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

Loading comments...