We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eLyiN/codex-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•216 B
"""
MCP Codex Assistant - Simple CLI bridge to OpenAI Codex.
Version 1.2.3 - Windows UTF-8 encoding fix for international character support.
"""
from .mcp_server import main
__version__ = "1.2.3"
__all__ = ["main"]