We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZeroPathAI/zeropath-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•180 B
"""
ZeroPath MCP Server
Interact with your product security findings using natural language.
"""
__version__ = "0.1.0"
from .server import mcp
__all__ = ["mcp", "__version__"]