Skip to main content
Glama
vue.config.js364 B
// vue.config.js 配置文件 module.exports = { // 开发服务器配置 devServer: { // 设置代理,解决跨域问题 proxy: { '/api': { target: 'http://localhost:8080', // 后端服务器地址 changeOrigin: true, pathRewrite: { '^/api': '' // 将请求中的/api替换为空 } } } } }

Latest Blog Posts

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/TonyCui35/Forum_Web'

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