Skip to main content
Glama

MCP Web Chat

1
  • Linux
.gitignore570 B
test/ # 忽略操作系统生成的文件 .DS_Store Thumbs.db # 忽略 Python 编译生成的文件 __pycache__/ *.py[cod] # 忽略虚拟环境 venv/ ENV/ env/ .venv/ # 忽略 IDE/编辑器生成的文件 .vscode/ .idea/ *.sublime-project *.sublime-workspace # 忽略日志文件 *.log logs/ # 忽略敏感信息文件 .env .env.local .env.*.local # 忽略打包生成的文件 dist/ build/ *.egg-info/ *.whl # 忽略测试覆盖率报告 htmlcov/ .coverage .tox/ # 忽略 Jupyter Notebook 检查点 .ipynb_checkpoints/ # 忽略其他临时文件 *.tmp *.bak

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/loli0123456789/MCPWebChat'

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