Skip to main content
Glama

Karakeep MCP server

by karakeep-app
BookmarkTextMarkdown.tsx492 B
import Markdown from "react-native-markdown-display"; import { TailwindResolver } from "@/components/TailwindResolver"; export default function BookmarkTextMarkdown({ text }: { text: string }) { return ( <TailwindResolver className="text-foreground" comp={(styles) => ( <Markdown style={{ text: { color: styles?.color?.toString(), }, }} > {text} </Markdown> )} /> ); }

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