Skip to main content
Glama

Karakeep MCP server

by karakeep-app
0058_add_subscription.sql778 B
CREATE TABLE `subscriptions` ( `id` text PRIMARY KEY NOT NULL, `userId` text NOT NULL, `stripeCustomerId` text NOT NULL, `stripeSubscriptionId` text, `status` text NOT NULL, `tier` text DEFAULT 'free' NOT NULL, `priceId` text, `cancelAtPeriodEnd` integer DEFAULT false, `startDate` integer, `endDate` integer, `createdAt` integer NOT NULL, `modifiedAt` integer, FOREIGN KEY (`userId`) REFERENCES `user`(`id`) ON UPDATE no action ON DELETE cascade ); --> statement-breakpoint CREATE UNIQUE INDEX `subscriptions_userId_unique` ON `subscriptions` (`userId`);--> statement-breakpoint CREATE INDEX `subscriptions_userId_idx` ON `subscriptions` (`userId`);--> statement-breakpoint CREATE INDEX `subscriptions_stripeCustomerId_idx` ON `subscriptions` (`stripeCustomerId`);

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