Skip to main content
Glama

Karakeep MCP server

by karakeep-app
settings.ts414 B
import { supportedLangs } from "@karakeep/shared/langs"; export const fallbackLng = "en"; export const languages = supportedLangs; export const defaultNS = "translation"; export const cookieName = "i18next"; export function getOptions(lng: string = fallbackLng, ns: string = defaultNS) { return { supportedLngs: languages, fallbackLng, lng, fallbackNS: defaultNS, defaultNS, ns, }; }

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