Skip to main content
Glama

Security MCP Server

by nordeim
file_structure.txt1.15 kB
mcp-network-tools/ ├── mcp.json # MCP configuration ├── .env.docker # Environment template ├── .dockerignore # Build optimization ├── Dockerfile # Container image ├── docker-compose.yml # Production orchestration ├── docker-compose.override.yml # Development overrides ├── scripts/ │ └── mcp_server_launcher.sh # Launcher script ├── docker/ │ ├── entrypoint.sh # Container init │ └── healthcheck.sh # Health checks ├── mcp_server/ # Application code │ ├── __init__.py │ ├── server.py │ ├── base_tool.py │ ├── config.py │ ├── health.py │ ├── metrics.py │ ├── circuit_breaker.py │ └── tools/ │ └── nmap_tool.py ├── config/ # Configuration files ├── data/ # Persistent data └── logs/ # Application logs

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/nordeim/Security-MCP-Server-v3'

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