We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Leon-Algo/feishu_user_token_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
runtime: "container"
build:
dockerfile: "Dockerfile"
dockerBuildPath: "."
startCommand:
type: "http"
configSchema:
type: "object"
required: ["app_id", "app_secret"]
properties:
app_id:
type: "string"
title: "Feishu App ID"
description: "The App ID of your Feishu application"
app_secret:
type: "string"
title: "Feishu App Secret"
description: "The App Secret of your Feishu application"
exampleConfig:
app_id: "cli_xxxxxxxxxxxxxxxx"
app_secret: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"