We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/walkingzzzy/office-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
start_bridge_server.bat•297 B
@echo off
echo ==========================================
echo Bridge Server 启动脚本
echo ==========================================
echo.
cd bridge-server
if not exist node_modules (
echo 正在安装依赖...
call npm install
)
echo.
echo 启动Bridge Server...
call npm run dev