Skip to main content
Glama

Karakeep MCP server

by karakeep-app
FooterLinkURL.tsx357 B
import Link from "next/link"; export default function FooterLinkURL({ url }: { url: string | null }) { if (!url) { return null; } const parsedUrl = new URL(url); return ( <Link className="line-clamp-1 hover:text-foreground" href={url} target="_blank" rel="noreferrer" > {parsedUrl.host} </Link> ); }

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