Skip to main content
Glama

Karakeep MCP server

by karakeep-app
GlobalActions.tsx666 B
"use client"; import BulkBookmarksAction from "@/components/dashboard/BulkBookmarksAction"; import SortOrderToggle from "@/components/dashboard/SortOrderToggle"; import ViewOptions from "@/components/dashboard/ViewOptions"; import { useInBookmarkGridStore } from "@/lib/store/useInBookmarkGridStore"; export default function GlobalActions() { const inBookmarkGrid = useInBookmarkGridStore( (state) => state.inBookmarkGrid, ); return ( <div className="flex min-w-max flex-wrap overflow-hidden"> {inBookmarkGrid && <ViewOptions />} {inBookmarkGrid && <BulkBookmarksAction />} {inBookmarkGrid && <SortOrderToggle />} </div> ); }

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