Skip to main content
Glama

Karakeep MCP server

by karakeep-app
page.tsx296 B
import BasicStats from "@/components/admin/BasicStats"; import ServiceConnections from "@/components/admin/ServiceConnections"; export default function AdminOverviewPage() { return ( <div className="flex flex-col gap-6"> <BasicStats /> <ServiceConnections /> </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