We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuwencheng0212/ppt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>JSP整合</title>
</head>
<body>
information: ${info} <!-- 显示后端传到页面info字段的内容 -->
</body>
</html>