Skip to main content
Glama

Karakeep MCP server

by karakeep-app
favourites.tsx624 B
import { useLayoutEffect } from "react"; import { useNavigation } from "expo-router"; import UpdatingBookmarkList from "@/components/bookmarks/UpdatingBookmarkList"; import CustomSafeAreaView from "@/components/ui/CustomSafeAreaView"; export default function Favourites() { const navigator = useNavigation(); useLayoutEffect(() => { navigator.setOptions({ headerTitle: "⭐️ Favourites", headerLargeTitle: true, }); }, [navigator]); return ( <CustomSafeAreaView> <UpdatingBookmarkList query={{ favourited: true, }} /> </CustomSafeAreaView> ); }

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