Skip to main content
Glama

Open MCP

by metacode0602
turbo.json1 kB
{ "$schema": "https://turborepo.org/schema.json", "ui": "tui", "globalDependencies": [ "**/.env" ], "tasks": { "topo": { "dependsOn": [ "^topo" ] }, "build": { "dependsOn": [ "^build" ], "outputs": [ ".next/**", "!.next/cache/**", "next-env.d.ts", ".expo/**", ".output/**", ".vercel/output/**" ] }, "dev": { "persistent": true, "cache": false }, "format": { "outputs": [ "node_modules/.cache/.prettiercache" ], "outputLogs": "new-only" }, "lint": { "dependsOn": [ "^topo" ], "outputs": [ "node_modules/.cache/.eslintcache" ] }, "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/metacode0602/open-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server