Skip to main content
Glama

ToGMAL MCP Server

setup_github_remote.sh1.33 kB
#!/bin/bash echo "════════════════════════════════════════════════════" echo " GitHub Remote Setup for Togmal-demo" echo "════════════════════════════════════════════════════" echo "" cd /Users/hetalksinmaths/togmal/Togmal-demo echo "Current directory: $(pwd)" echo "" # Check current remotes echo "📋 Current remotes:" git remote -v echo "" # Remove old github remote if exists git remote remove github 2>/dev/null echo "🔧 Adding GitHub remote for togmal-mcp..." git remote add github https://github.com/HeTalksInMaths/togmal-mcp.git echo "" echo "✅ Updated remotes:" git remote -v echo "" echo "════════════════════════════════════════════════════" echo " Ready to Push!" echo "════════════════════════════════════════════════════" echo "" echo "Now you can push with:" echo " git push github main" echo "" echo "Or push to both:" echo " git push origin main && git push github main" echo ""

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/HeTalksInMaths/togmal-mcp'

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