Skip to main content
Glama

Feishu MCP Server

cli.ts473 B
#!/usr/bin/env node import { resolve } from "path"; import { config } from "dotenv"; import { startServer } from "./index.js"; // Load .env from the current working directory config({ path: resolve(process.cwd(), ".env") }); startServer().catch((error: unknown) => { if (error instanceof Error) { console.error("Failed to start server:", error.message); } else { console.error("Failed to start server with unknown error:", error); } process.exit(1); });

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/cso1z/Feishu-MCP'

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