We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yfcyfc123234/showdoc_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 压缩解压工具依赖
# ZIP 格式增强支持(真正的密码保护,使用 AES 加密)
# 如果未安装,将回退到标准库 zipfile(密码保护有限)
pyzipper>=0.3.6
# 7Z 格式支持(纯 Python 实现)
py7zr>=0.21.0
# RAR 格式支持(需要系统安装 unrar 工具)
# Windows: 需要 unrar.exe 在 PATH 中
# Linux: 需要安装 unrar 包(如 apt-get install unrar)
rarfile>=4.1