Skip to main content
Glama

Karakeep MCP server

by karakeep-app
clientConfig.tsx527 B
import { createContext, useContext } from "react"; import type { ClientConfig } from "@karakeep/shared/config"; export const ClientConfigCtx = createContext<ClientConfig>({ publicUrl: "", publicApiUrl: "", demoMode: undefined, auth: { disableSignups: false, disablePasswordAuth: false, }, inference: { isConfigured: false, inferredTagLang: "english", }, serverVersion: undefined, disableNewReleaseCheck: true, }); export function useClientConfig() { return useContext(ClientConfigCtx); }

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