Loading languages...
OP

opencti-mcp

@Spathodea-Network19

OpenCTI MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with OpenCTI (Open Cyber Threat Intelligence) platform. It enables querying and retrieving threat intelligence data through a standardized interface.

threat intelligence
cyber security
opencti
mcp

# mcpServer Config

{
  "mcpServers": {
    "opencti": {
      "command": "node",
      "args": [
        "path/to/opencti-server/build/index.js"
      ],
      "env": {
        "OPENCTI_URL": "${OPENCTI_URL}",
        "OPENCTI_TOKEN": "${OPENCTI_TOKEN}"
      }
    }
  }
}

# stdio

node path/to/opencti-server/build/index.js
Transport:
stdio
Taal:
TypeScript
Gemaakt:12/29/2024
Bijgewerkt:6/23/2025