Skip to main content
Glama

Karakeep MCP server

by karakeep-app
Divider.tsx471 B
import { View } from "react-native"; import { cn } from "@/lib/utils"; function Divider({ className, orientation, ...props }: { color?: string; orientation: "horizontal" | "vertical"; } & React.ComponentPropsWithoutRef<typeof View>) { return ( <View className={cn( "bg-slate-400/20 dark:bg-border/50", orientation === "horizontal" ? "h-0.5" : "w-0.5", className, )} {...props} /> ); } export { Divider };

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