Skip to main content
Glama
pyproject.toml642 B
[build-system] requires = ["setuptools>=61", "wheel"] build-backend = "setuptools.build_meta" [project] name = "pentestMCP" version = "0.1.0" description = "This is an MCP server that exposes red team tools for active directory pentesting to LLMs" readme = "README.md" requires-python = ">=3.10" dependencies = [ "aiohttp>=3.12.13", "mcp[cli]>=1.9.4", "paramiko>=3.5.1", "requests" ] [project.scripts] pentestmcp = "pentestmcp.server:main" [tool.setuptools] package-dir = {"" = "src"} [tool.setuptools.packages.find] where = ["src"] [tool.setuptools.package-data] "pentestmcp" = ["psudohash/*","config/*","ressources/*"]

Latest Blog Posts

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/YoussefSahnoun/PentestMCP'

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