Skip to main content
Glama

joplin-mcp-server

MIT License
10
1
  • Apple
  • Linux
tsup.config.ts510 B
import { defineConfig } from "tsup" export default defineConfig({ entry: ["src/index.ts"], format: ["esm"], // Only ESM due to top-level await dts: true, // Generate TypeScript declaration files sourcemap: true, clean: true, minify: false, splitting: false, target: "node22", // Target Node 22.x outDir: "dist", shims: true, // Improve Node.js compatibility platform: "node", // Optimize bundle size treeshake: true, // Ensure proper module resolution replaceNodeEnv: 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/joplin-mcp-server'

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