Glean MCP Server
by longyi1207
{
"name": "mcp-nmap-server",
"version": "1.0.1",
"description": "MCP server for performing network scanning using NMAP",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"Model Context Protocol",
"nmap",
"network",
"scanning",
"security",
"port scanning",
"network analysis"
],
"author": "Phiality",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "1.0.1",
"glob": "^10.3.10",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"@types/node": "^20.11.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}