AI Assistant Chat with Nmap Tool Integration
@jarrodcoulter
About AI Assistant Chat with Nmap Tool Integration
An example MCP server with a couple nmap scans as tools.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nmap-mcp-server-jarrodcoulter": {
"command": "docker",
"args": [
"build",
"-t",
"nmap-mcp-server",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AI Assistant Chat with Nmap Tool Integration?
This project provides a web-based chat interface using Gradio where users interact with an AI assistant powered by the OpenAI API. The assistant is equipped with tools to interact with the local filesystem and perform network scans using a containerized Nmap server. It is built on the OpenAI Agents SDK and uses Model Context Protocol (MCP) servers for tool integration.
How to use AI Assistant Chat with Nmap Tool Integration?
After cloning the repository, set the OPENAI_API_KEY environment variable, build the Nmap Docker image with docker build -t nmap-mcp-server ., install Python dependencies from requirements.txt, and run python app.py. Ensure Docker is running and a virtual environment is activated.
Key features of AI Assistant Chat with Nmap Tool Integration
- Conversational AI assistant powered by OpenAI.
- Filesystem access tool scoped to the application directory.
- Nmap scanning tools:
ping_host,scan_network,all_scan_network,all_ports_scan_network,smb_share_enum_scan. - Web-based UI using Gradio.
- Containerized Nmap server via Docker for isolation.
Use cases of AI Assistant Chat with Nmap Tool Integration
- Perform network ping tests through natural language requests.
- Scan top 100 ports on a target host or network.
- Run comprehensive network scans with service detection.
- Enumerate SMB shares on discovered hosts.
- Read or write local files within the application directory via chat.
FAQ from AI Assistant Chat with Nmap Tool Integration
What are the prerequisites?
Python 3.9+, Docker (latest), Node.js/npm (for the filesystem MCP server), and an OpenAI API key are required.
How do I set the OpenAI API key?
Export it as the environment variable OPENAI_API_KEY. Commands are provided in the README for Linux/macOS, Windows Command Prompt, and PowerShell.
Does the Nmap server require Docker?
Yes, the Nmap toolkit server runs inside a Docker container built from the provided Dockerfile using docker build -t nmap-mcp-server ..
What specific Nmap scans are available?
Five tools: ping_host, scan_network (top 100 ports), all_scan_network (comprehensive -A scan), all_ports_scan_network (all 65535 ports), and smb_share_enum_scan (SMB share enumeration).
How do I run the application?
Ensure your API key is set, Docker is running, and you are in the project root with the virtual environment activated, then execute python app.py.
More AI & Agents MCP servers
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Comments