Skip to main content
Glama

Karakeep MCP server

by karakeep-app
ModileSidebarItem.tsx536 B
"use client"; import Link from "next/link"; import { usePathname } from "next/navigation"; import { cn } from "@/lib/utils"; export default function MobileSidebarItem({ logo, path, }: { logo: React.ReactNode; path: string; }) { const currentPath = usePathname(); return ( <li className={cn( "flex w-full rounded-lg hover:bg-background", path == currentPath ? "bg-background" : "", )} > <Link href={path} className="m-auto px-3 py-2"> {logo} </Link> </li> ); }

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