Skip to main content
Glama

Yak MCP

by thamaji
electron.vite.config.ts621 B
import react from "@vitejs/plugin-react"; import { defineConfig, externalizeDepsPlugin } from "electron-vite"; import { resolve } from "node:path"; export default defineConfig({ main: { plugins: [externalizeDepsPlugin()], }, preload: { plugins: [externalizeDepsPlugin()], }, renderer: { resolve: { alias: { "@renderer": resolve("src/renderer/src"), }, }, build: { rollupOptions: { input: { main: resolve("src/renderer/main.html"), config: resolve("src/renderer/config.html"), }, }, }, plugins: [react()], }, });

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/thamaji/yak-mcp'

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