Skip to main content
Glama
Vivek-k3

Models PLUS

by Vivek-k3
tsup.config.ts285 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: { index: 'src/index.ts', loader: 'src/loader.ts', }, format: ['esm'], dts: true, clean: true, outDir: 'dist', target: 'node18', sourcemap: true, splitting: false, minify: false, });

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/Vivek-k3/modelsplus'

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