Skip to main content
Glama

SQL MCP Server

by t3ta
tsup.config.ts319 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['src/index.ts'], outDir: 'dist', format: ['esm'], // もしくは ['esm', 'cjs'] 両対応もOK target: 'node18', splitting: false, sourcemap: false, clean: true, dts: false, banner: { js: '#!/usr/bin/env node', }, });

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/t3ta/sql-mcp-server'

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