Skip to main content
Glama

MCPDemo - Visual SQL Chat Platform

by Ayi456
vite.config.ts580 B
import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import path from 'path' export default defineConfig({ plugins: [react({ fastRefresh: false })], base: '/', resolve: { alias: { '@': path.resolve(__dirname, './src'), }, }, build: { outDir: '../web-dist', emptyOutDir: true, }, server: { port: 5173, proxy: { '/api': { target: 'http://localhost:3000', changeOrigin: true, }, '/mcp': { target: 'http://localhost:3000', changeOrigin: true, } } } })

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/Ayi456/visual-mcp'

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