Skip to main content
Glama

Python MySQL MCP

by hoonzinope
main.py255 B
from src.mcp_instance import mcp import src.describe_tools import src.mysql_tool import src.web_tool # 각 모듈에서 @mcp.tool()이 전역 등록됨 if __name__ == "__main__": mcp.run(transport="sse", host="0.0.0.0", port=7878, log_level="debug")

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/hoonzinope/pymcp-mysql'

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