Skip to main content
Glama

MCP Framework

by Viking1726
run.py248 B
#!/usr/bin/env python3 """ MCP Framework 启动脚本 """ import os import sys # 添加 src 目录到 Python 路径 sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'src')) from main import main if __name__ == "__main__": main()

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/Viking1726/mcp-framework'

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