Skip to main content
Glama
Bichev
by Bichev
vite.config.ts413 B
import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], server: { host: '0.0.0.0', port: 3005, allowedHosts: 'all', proxy: { '/api': { target: 'http://localhost:3002', changeOrigin: true, }, }, }, build: { outDir: 'dist', sourcemap: true, }, })

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/Bichev/coinbase-chat-mcp'

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