Back to directory
bornpresident/misp-mcp-server

bornpresident/misp-mcp-server

@bornpresident

A Model Context Protocol (MCP) server that integrates with the MISP (Malware Information Sharing Platform) to provide threat intelligence capabilities to Large Language Models.

mispthreat-intelligencemalwareiocsecuritymcpllmcybersecuritytool

Installation & Configuration

{
  "mcpServers": {
    "misp-intelligence": {
      "command": "python",
      "args": [
        "/path/to/misp_server.py"
      ],
      "env": {
        "MISP_URL": "https://your-misp-instance.com",
        "MISP_API_KEY": "your-api-key-here",
        "MISP_VERIFY_SSL": "True"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13