We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lekssays/joern-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•249 B
"""Joern MCP Server - A Model Context Protocol server for static code analysis using Joern."""
__version__ = "1.0.0"
__author__ = "Joern MCP Team"
__email__ = "contact@joern-mcp.dev"
from .server import JoernMCPServer
__all__ = ["JoernMCPServer"]