UNPKG

cain-mcp-maigret

Version:

CAIN MCP server for maigret - OSINT username search across social networks

49 lines (48 loc) 1.15 kB
{ "name": "cain-mcp-maigret", "version": "1.0.21", "description": "CAIN MCP server for maigret - OSINT username search across social networks", "main": "build/index.js", "type": "module", "bin": { "cain-mcp-maigret": "build/index.js" }, "files": [ "build", "scripts", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x build/index.js", "build:win": "tsc", "prepublishOnly": "npm run build:win", "dev": "set MAIGRET_REPORTS_DIR=C:\\Repos\\SameCode\\MCP\\Server\\cain-mcp-maigret\\reports&&npm run build:win&&node build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0" }, "devDependencies": { "@types/node": "^20.17.12", "typescript": "^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/burtthecoder/mcp-maigret.git" }, "keywords": [ "cain", "mcp", "maigret", "osint", "social-networks", "username-search", "claude", "claude-desktop" ], "author": "Allen Li", "license": "MIT", "engines": { "node": ">=18" } }