Skip to main content
Glama

Karakeep MCP server

by karakeep-app
spinner.tsx481 B
import { cn } from "@/lib/utils"; export default function LoadingSpinner({ className }: { className?: string }) { return ( <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className={cn("animate-spin", className)} > <path d="M21 12a9 9 0 1 1-6.219-8.56" /> </svg> ); }

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