Skip to main content
Glama

Context Pods

by conorluddy
turbo.json895 B
{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**", "!.next/cache/**"] }, "test": { "dependsOn": ["build"], "outputs": ["coverage/**"] }, "lint": { "dependsOn": ["^build"], "outputs": [] }, "type-check": { "dependsOn": ["^build"], "outputs": [] }, "format": { "outputs": [] }, "clean": { "cache": false }, "dev": { "cache": false, "persistent": true }, "cli:wrap": { "dependsOn": ["build"], "cache": false, "outputs": ["generated/**"] }, "cli:generate": { "dependsOn": ["build"], "cache": false, "outputs": ["generated/**"] }, "cli:dev": { "dependsOn": ["build"], "cache": false, "persistent": true } } }

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/conorluddy/ContextPods'

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