Skip to main content
Glama

Nmap MCP Server

pyproject.toml463 B
[project] name = "nmap-mcp" version = "0.1.0" description = "A MCP server for nmap network scanning" readme = "README.md" requires-python = ">=3.10" license = {text = "MIT"} dependencies = [ "mcp>=1.4.1", "python-libnmap>=0.7.2" ] [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [project.scripts] nmap-mcp = "nmap_mcp:main" [tool.hatch.build.targets.wheel] packages = ["src/nmap_mcp"] [tool.hatch.build] packages = ["src"]

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/imjdl/nmap-mcpserver'

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