Skip to main content
Glama

Wanaku MCP Server

vite.config.ts502 B
import react from "@vitejs/plugin-react"; import { defineConfig } from "vite"; const outDir = "./dist"; // https://vite.dev/config/ export default defineConfig({ plugins: [react()], define: { VITE_API_URL: process.env.VITE_API_URL ?? JSON.stringify("http://localhost:8080/api/v1"), }, build: { outDir, sourcemap: true, emptyOutDir: true, }, base: "./", css: { preprocessorOptions: { scss: { api: "modern-compiler", }, }, }, });

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/wanaku-ai/wanaku'

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