Cybersecurity Mcp Server

by gaoharimran29-glitch

138 downloads
Not rated
GitHub

About

A local MCP server that extends Claude with 6 cybersecurity reconnaissance tools. Perform WHOIS lookups, DNS enumeration, Nmap port scanning, SSL certificate inspection, and technology stack fingerprinting — all from a single natural language prompt. Runs entirely on your machine

Details

Author
gaoharimran29-glitch
Downloads
138
Categories
Other

- WHOIS lookups for domain ownership information
- DNS enumeration for subdomain discovery
- Nmap port scanning for open ports and services
- SSL certificate inspection
- Technology stack fingerprinting
- All tools run locally on your machine

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Cybersecurity Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install and configure the server as an MCP tool for Claude. Invoke cybersecurity reconnaissance tasks through natural language prompts in Claude Desktop or any MCP-compatible client.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "cybersecurity mcp server": {
            "cybersecurity-mcp": {
                "command": "python",
                "args": [
                    "C:\\path\\to\\cybersecurity-mcp-server\\main.py"
                ]
            }
        }
    }
}

McpServers

{
    "cybersecurity-mcp": {
        "command": "python",
        "args": [
            "C:\\path\\to\\cybersecurity-mcp-server\\main.py"
        ]
    }
}

A local MCP server that extends Claude with 6 cybersecurity reconnaissance tools. Perform WHOIS lookups, DNS enumeration, Nmap port scanning, SSL certificate inspection, and technology stack fingerprinting — all from a single natural language prompt. Runs entirely on your machine, no data sent to third parties.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.