Skip to main content
Glama
nesirat

MCP Vulnerability Management System

by nesirat

MCP Vulnerability Management System

MCP (Management Control Panel) is a comprehensive vulnerability management system that helps organizations track, manage, and respond to security vulnerabilities effectively.

Features

  • User Authentication and Authorization

  • Admin Dashboard

  • User Profile Management

  • Vulnerability Tracking

  • Support Ticket System

  • API Key Management

  • SSL Certificate Management

  • Newsletter Subscription

  • Activity Logging

Related MCP server: Bug Bounty MCP Server

Prerequisites

  • Python 3.11 or higher

  • PostgreSQL 15 or higher

  • Docker and Docker Compose (optional)

Installation

  1. Clone the repository:

git clone https://github.com/yourusername/mcp.git
cd mcp
  1. Create a .env file:

cp .env.example .env

Edit the .env file with your configuration.

  1. Build and start the containers:

docker-compose up -d
  1. Create the admin user:

docker-compose exec app python install.py

Option 2: Manual Installation

  1. Clone the repository:

git clone https://github.com/yourusername/mcp.git
cd mcp
  1. Create and activate a virtual environment:

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:

pip install -r requirements.txt
  1. Create a .env file:

cp .env.example .env

Edit the .env file with your configuration.

  1. Set up the database:

createdb mcp
  1. Create the admin user:

python install.py
  1. Start the application:

uvicorn app.main:app --host 0.0.0.0 --port 8000

Usage

  1. Access the application at http://localhost:8000

  2. Log in with your admin credentials

  3. Configure SSL certificates in the admin interface

  4. Start managing vulnerabilities and users

API Documentation

The API documentation is available at:

Development

Running Tests

pytest

Code Style

This project follows PEP 8 guidelines. To check your code:

flake8

Database Migrations

To create a new migration:

alembic revision --autogenerate -m "description"

To apply migrations:

alembic upgrade head

Contributing

  1. Fork the repository

  2. Create a feature branch

  3. Commit your changes

  4. Push to the branch

  5. Create a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

For support, please open an issue in the GitHub repository or contact the maintainers.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • -
    license
    -
    quality
    -
    maintenance
    Enables ethical security testing and attack surface management through SSL certificate validation, CVE queries, subdomain enumeration, security header analysis, and comprehensive reconnaissance capabilities. Designed for authorized penetration testing workflows with responsible disclosure practices.
    Last updated
  • A
    license
    C
    quality
    D
    maintenance
    Enables AI agents to generate and manage specialized bug bounty hunting workflows including reconnaissance, vulnerability testing, OSINT gathering, and file upload testing. Provides REST API endpoints for comprehensive security assessments with intelligence-driven vulnerability prioritization.
    Last updated
    40
    2
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    An automated penetration testing framework that enables intelligent security assessments through reconnaissance, vulnerability scanning, and controlled exploitation. Features AI-driven workflow management with comprehensive reporting for authorized security testing.
    Last updated
    27
    21
    7
    BSD 3-Clause

View all related MCP servers

Related MCP Connectors

  • SSL/TLS scanning, free Let's Encrypt issuance, and certificate-expiry monitoring.

  • CVE search, vulnerability database, EPSS exploit prediction, KEV, IP reputation & threat feed.

  • Threat modeling, code/cloud/pipeline scanning, shadow-AI discovery, compliance checks and fixes.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nesirat/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server