Skip to main content
Glama

Karakeep MCP server

by karakeep-app
turbo.json1.15 kB
{ "$schema": "https://turborepo.org/schema.json", "globalDependencies": [ "**/.env" ], "tasks": { "topo": { "dependsOn": [ "^topo" ] }, "build": { "dependsOn": [ "^build" ], "outputs": [ ".next/**", "!.next/cache/**", "next-env.d.ts", ".expo/**", ".output/**", ".vercel/output/**", "dist/**" ] }, "dev": { "persistent": true, "cache": false }, "format": { "outputs": [ "node_modules/.cache/prettier/.prettier-cache" ], "outputLogs": "new-only" }, "format:fix": { "outputs": [ "node_modules/.cache/prettier/.prettier-cache" ], "outputLogs": "new-only" }, "lint": { "dependsOn": [ "^topo" ] }, "lint:fix": { "dependsOn": [ "^topo" ] }, "typecheck": { "dependsOn": [ "^topo" ], "outputs": [ "node_modules/.cache/tsbuildinfo.json" ] }, "clean": { "cache": false }, "//#clean": { "cache": false } } }

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