Loading languages...
BO

bornpresident/MISP-MCP-SERVER

@bornpresident4

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

threat-intelligence
misp
llm
cybersecurity

# mcpServer Config

{
  "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"
      }
    }
  }
}

# stdio

python misp_server.py
Transport:
stdio
Language:
Python
Created:4/9/2025
Updated:7/8/2025