Skip to main content
Glama

Excel MCP Server

by xuhongxin
push_to_github.sh1.07 kB
#!/bin/bash # Excel MCP项目推送到GitHub脚本 # 使用方法: ./push_to_github.sh https://github.com/YOUR_USERNAME/excel-mcp.git if [ $# -eq 0 ]; then echo "❌ 请提供GitHub仓库URL" echo "使用方法: ./push_to_github.sh https://github.com/YOUR_USERNAME/excel-mcp.git" exit 1 fi REPO_URL=$1 echo "🚀 开始推送Excel MCP项目到GitHub..." echo "📍 目标仓库: $REPO_URL" # 添加远程仓库 echo "🔗 添加远程仓库..." git remote add origin $REPO_URL # 推送到main分支 echo "📤 推送代码到GitHub..." git push -u origin main if [ $? -eq 0 ]; then echo "✅ 项目已成功推送到GitHub!" echo "🌐 仓库地址: $REPO_URL" echo "" echo "📋 接下来你可以:" echo " • 在GitHub上查看项目" echo " • 添加更多文档" echo " • 设置GitHub Actions" echo " • 邀请协作者" else echo "❌ 推送失败,请检查:" echo " • GitHub仓库URL是否正确" echo " • 是否有权限访问该仓库" echo " • 网络连接是否正常" fi

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/xuhongxin/excel-mcp'

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