Skip to main content
Glama

Karakeep MCP server

by karakeep-app
common.ts282 B
import { OpenAPIRegistry } from "@asteasolutions/zod-to-openapi"; export const registry = new OpenAPIRegistry(); export const BearerAuth = registry.registerComponent( "securitySchemes", "bearerAuth", { type: "http", scheme: "bearer", bearerFormat: "JWT", }, );

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