Skip to main content
Glama

Karakeep MCP server

by karakeep-app
BookmarkAlreadyExistsToast.tsx479 B
import Link from "next/link"; import { ExternalLink } from "lucide-react"; export default function BookmarkAlreadyExistsToast({ bookmarkId, }: { bookmarkId: string; }) { return ( <div className="flex items-center gap-1"> Bookmark already exists. <Link className="flex underline-offset-4 hover:underline" href={`/dashboard/preview/${bookmarkId}`} > Open <ExternalLink className="ml-1 size-4" /> </Link> </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