Skip to main content
Glama

Adversary MCP Server

by brettbergin
__init__.py487 B
"""Database package for SQLAlchemy ORM models and operations.""" from .models import ( AdversaryDatabase, Base, CacheOperationMetric, CLICommandExecution, JSONType, MCPToolExecution, ScanEngineExecution, SystemHealth, ThreatFinding, ) __all__ = [ "Base", "AdversaryDatabase", "MCPToolExecution", "CLICommandExecution", "CacheOperationMetric", "ScanEngineExecution", "ThreatFinding", "SystemHealth", "JSONType", ]

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/brettbergin/adversary-mcp-server'

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