Skip to main content
Glama

Karakeep MCP server

by karakeep-app
tsdown.config.ts492 B
import { defineConfig } from "tsdown"; export default defineConfig({ entry: ["index.ts"], format: ["esm"], target: "node22", outDir: "dist", clean: true, minify: false, sourcemap: true, platform: "node", shims: true, external: [ // Keep native binaries external (transitive deps of bundled workspace packages) "better-sqlite3", "liteque", ], noExternal: [ // Bundle workspace packages (since they're not published to npm) /^@karakeep\//, ], });

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/karakeep-app/karakeep'

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