Skip to main content
Glama

MCP Feishu Project Manager

by Roland0511
#!/bin/bash # check if .env file exists if [ ! -f .env ]; then echo "Please create a .env file with the following content:" echo "FS_PROJ_BASE_URL=https://open.feishu.cn" echo "FS_PROJ_PROJECT_KEY=YOUR_PROJECT_KEY" echo "FS_PROJ_USER_KEY=YOUR_USER_KEY" echo "FS_PROJ_PLUGIN_ID=YOUR_PLUGIN_ID" echo "FS_PROJ_PLUGIN_SECRET=YOUR_PLUGIN_SECRET" exit 1 fi # start sse server echo "Starting SSE server..." uvx ./ --transport sse

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/Roland0511/mcp-feishu-proj'

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