Skip to main content
Glama

Karakeep MCP server

by karakeep-app
0057_salty_carmella_unuscione.sql486 B
CREATE TABLE `passwordResetToken` ( `id` text PRIMARY KEY NOT NULL, `userId` text NOT NULL, `token` text NOT NULL, `expires` integer NOT NULL, `createdAt` integer NOT NULL, FOREIGN KEY (`userId`) REFERENCES `user`(`id`) ON UPDATE no action ON DELETE cascade ); --> statement-breakpoint CREATE UNIQUE INDEX `passwordResetToken_token_unique` ON `passwordResetToken` (`token`);--> statement-breakpoint CREATE INDEX `passwordResetTokens_userId_idx` ON `passwordResetToken` (`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