Skip to main content
Glama

Karakeep MCP server

by karakeep-app
ApiKeySuccess.tsx522 B
import CopyBtn from "@/components/ui/copy-button"; import { Input } from "@/components/ui/input"; export default function ApiKeySuccess({ apiKey, message, }: { apiKey: string; message: string; }) { return ( <div> <div className="py-4 text-sm text-muted-foreground">{message}</div> <div className="flex space-x-2 pt-2"> <Input value={apiKey} readOnly /> <CopyBtn getStringToCopy={() => { return apiKey; }} /> </div> </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