Skip to main content
Glama
config.py366 B
from dataclasses import dataclass @dataclass class ServerConfig: host: str = "localhost" port: int = 9009 debug: bool = False @dataclass class BinaryNinjaConfig: api_version: str | None = None log_level: str = "INFO" class Config: def __init__(self): self.server = ServerConfig() self.binary_ninja = BinaryNinjaConfig()

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/fosdickio/binary_ninja_mcp'

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