Skip to main content
Glama

Superglue MCP

Official
by superglue-ai
turbo.json1.34 kB
{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**"], "inputs": ["src/**/*.tsx", "src/**/*.ts", "*.ts", "*.tsx", "package.json"] }, "dev": { "dependsOn": ["build"], "cache": false, "persistent": true }, "start": { "cache": false, "persistent": true }, "test": { "dependsOn": ["@superglue/core#build"], "outputs": [] }, "test:coverage": { "dependsOn": ["@superglue/core#build"], "outputs": ["coverage/**"] } }, "globalEnv": [ "GRAPHQL_ENDPOINT", "GRAPHQL_PORT", "WEB_PORT", "DATASTORE_TYPE", "REDIS_HOST", "REDIS_PORT", "REDIS_USERNAME", "REDIS_PASSWORD", "NODE_ENV", "AUTH_TOKEN", "OPENAI_API_KEY", "OPENAI_MODEL", "NEXT_PUBLIC_SUPERGLUE_ENDPOINT", "NEXT_PUBLIC_SUPERGLUE_API_KEY", "POSTGRES_HOST", "POSTGRES_PORT", "POSTGRES_USERNAME", "POSTGRES_PASSWORD", "POSTGRES_DB", "STORAGE_DIR", "LLM_PROVIDER", "GEMINI_API_KEY", "GEMINI_MODEL", "OPENAI_BASE_URL", "NEXT_PUBLIC_DISABLE_WELCOME_SCREEN", "API_PORT", "API_ENDPOINT", "START_SCHEDULER_SERVER", "ANTHROPIC_API_KEY", "ANTHROPIC_MODEL", "MASTER_ENCRYPTION_KEY" ] }

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/superglue-ai/superglue'

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