Skip to main content
Glama

Kali Linux MCP Server

by pellax
pyproject.toml835 B
[build-system] requires = ["setuptools>=45", "wheel"] build-backend = "setuptools.build_meta" [project] name = "kali-mcp-server" version = "0.1.0" description = "MCP server for Kali Linux security tools" authors = [{name = "Kali MCP", email = "admin@example.com"}] license = {text = "MIT"} readme = "README.md" requires-python = ">=3.8" classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ] dependencies = [ "fastmcp>=0.4.0", "pydantic>=2.0.0", ] [project.scripts] kali-mcp-server = "kali_mcp_server.server:main"

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/pellax/kaliMCP'

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