Skip to main content
Glama

Karakeep MCP server

by karakeep-app
index.ts693 B
import { DarkTheme, DefaultTheme } from "@react-navigation/native"; import { COLORS } from "./colors"; const NAV_THEME = { light: { ...DefaultTheme, colors: { background: COLORS.light.background, border: COLORS.light.grey5, card: COLORS.light.card, notification: COLORS.light.destructive, primary: COLORS.light.primary, text: COLORS.black, }, }, dark: { ...DarkTheme, colors: { background: COLORS.dark.background, border: COLORS.dark.grey5, card: COLORS.dark.grey6, notification: COLORS.dark.destructive, primary: COLORS.dark.primary, text: COLORS.white, }, }, }; export { NAV_THEME };

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