Skip to main content
Glama

Date-MCP Server

by 2022124030jc
main.py321 B
# 从server模块导入mcp实例 from servers.server import mcp def main(): """主函数,启动MCP服务器""" print("Starting MCP Demo Server...") # 这里可以添加其他初始化代码 if __name__ == "__main__": main() # 使用stdio传输方式启动服务器 mcp.run(transport='stdio')

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/2022124030jc/date_mcp'

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