Skip to main content
Glama

Anki MCP

tsup.config.ts618 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['src/index.ts'], format: ['esm'], dts: true, sourcemap: true, clean: true, target: 'node18', outDir: 'dist', splitting: false, minify: false, treeshake: true, platform: 'node', banner: { js: '#!/usr/bin/env node', }, external: ['@modelcontextprotocol/sdk', 'yanki-connect', 'zod', 'express'], noExternal: [], esbuildOptions: (options) => { options.banner = { js: '#!/usr/bin/env node', }; options.platform = 'node'; options.format = 'esm'; options.packages = 'external'; }, });

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/arielbk/anki-mcp'

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