Skip to main content
Glama

Karakeep MCP server

by karakeep-app
0002_worried_beyonder.sql737 B
CREATE TABLE `bookmarkLists` ( `id` text PRIMARY KEY NOT NULL, `name` text NOT NULL, `icon` text NOT NULL, `createdAt` integer NOT NULL, `userId` text NOT NULL, FOREIGN KEY (`userId`) REFERENCES `user`(`id`) ON UPDATE no action ON DELETE cascade ); --> statement-breakpoint CREATE TABLE `bookmarksInLists` ( `bookmarkId` text NOT NULL, `listId` text NOT NULL, `addedAt` integer, PRIMARY KEY(`bookmarkId`, `listId`), FOREIGN KEY (`bookmarkId`) REFERENCES `bookmarks`(`id`) ON UPDATE no action ON DELETE cascade, FOREIGN KEY (`listId`) REFERENCES `bookmarkLists`(`id`) ON UPDATE no action ON DELETE cascade ); --> statement-breakpoint CREATE UNIQUE INDEX `bookmarkLists_name_userId_unique` ON `bookmarkLists` (`name`,`userId`);

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