Skip to main content
Glama

Karakeep MCP server

by karakeep-app
layout.tsx260 B
export default function PublicLayout({ children, }: { children: React.ReactNode; }) { return ( <div className="h-screen items-center justify-center overflow-y-auto bg-muted"> <main className="container mt-3">{children}</main> </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