Skip to main content
Glama

Universal MCP Server Framework

by appdevlpr
vite.config.js333 B
import path from "path" // <-- Add this import import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], resolve: { // <-- Add this whole 'resolve' section alias: { "@": path.resolve(__dirname, "./src"), }, }, })

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/appdevlpr/universal-mcp-server'

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