Skip to main content
Glama

Feishu/Lark OpenAPI MCP

Official
by larksuite
config.ts383 B
import { ENV_PATHS } from '../utils/constants'; export const AUTH_CONFIG = { SERVER_NAME: 'lark-mcp', AES_KEY_NAME: 'encryption-key', STORAGE_DIR: ENV_PATHS.data, STORAGE_FILE: 'storage.json', ENCRYPTION: { ALGORITHM: 'aes-256-cbc' as const, KEY_LENGTH: 32, // 256 bits IV_LENGTH: 16, // 128 bits }, } as const; export type AuthConfig = typeof AUTH_CONFIG;

Latest Blog Posts

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/larksuite/lark-openapi-mcp'

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