Skip to main content
Glama
__init__.py584 B
import os from mcp.server.fastmcp import FastMCP # Import registration functions from defectdojo import findings_tools, products_tools, engagements_tools # Initialize FastMCP server mcp = FastMCP("defectdojo") # Register tools by calling functions from modules findings_tools.register_tools(mcp) products_tools.register_tools(mcp) engagements_tools.register_tools(mcp) def main(): """Initialize and run the MCP server.""" print("Starting DefectDojo MCP server...") mcp.run(transport='stdio') if __name__ == "__main__": # Initialize and run the server main()

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/jamiesonio/defectdojo-mcp'

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