Skip to main content
Glama

kuzudb-mcp-server

tsup.config.ts308 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['src/index.ts', 'src/server-core.ts', 'src/server-fastmcp.ts'], format: ['cjs', 'esm'], dts: true, sourcemap: true, clean: true, minify: false, splitting: false, target: 'node22', outDir: 'dist', shims: true, });

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/jordanburke/kuzudb-mcp-server'

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