#!/usr/bin/env python3
# WARNING: do NOT do a relative import, this file must be directly executable
# by filename
from codemcp import cli, mcp
__all__ = ["mcp"]
if __name__ == "__main__":
# Use Click's CLI interface instead of directly calling run()
cli()
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/ezyang/codemcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server