Skip to main content
Glama

MCP Instruct

by hlsitechio
DEPLOY-NOW.md3.3 kB
# 🚀 MCP Instruct - Final Deployment Instructions ## ✅ Your MCP Server is Ready! ### Option 1: Manual Upload (Recommended for Windows) 1. **Open Netlify Dashboard** - Go to: https://app.netlify.com/projects/mcp-instruct - Or run: `netlify open:admin` 2. **Deploy via Drag & Drop** - Click on "Deploys" tab - Drag and drop the `mcp-instruct-deploy.zip` file - Wait for deployment to complete (30 seconds) 3. **Your HTTPS URL** ``` https://mcp-instruct.netlify.app ``` ### Option 2: GitHub Deploy (Permanent Solution) 1. **Push to GitHub** ```bash git init git add . git commit -m "MCP Instruct server" git remote add origin https://github.com/yourusername/mcp-instruct.git git push -u origin main ``` 2. **Connect to Netlify** - Go to Netlify dashboard - Site settings → Build & deploy → Link site to Git - Choose GitHub repository - Auto-deploys enabled! ## 🔧 Set Environment Variables 1. **In Netlify Dashboard** - Site settings → Environment variables - Add: `MCP_API_KEY = mcp_your_secure_key_here` - Save ## 🎯 Test Your Deployment ### Test the Landing Page: ``` https://mcp-instruct.netlify.app ``` ### Test the API Health: ```bash curl https://mcp-instruct.netlify.app/.netlify/functions/mcp-bridge/health ``` ### Test with Authentication: ```bash curl -H "Authorization: Bearer YOUR_API_KEY" \ https://mcp-instruct.netlify.app/.netlify/functions/mcp-bridge/agents ``` ## 💬 Connect to ChatGPT Desktop ### For MCP Protocol: 1. Open ChatGPT Desktop 2. Settings → MCP Servers → Add Server 3. Configuration: ```json { "mcp-instruct": { "url": "https://mcp-instruct.netlify.app/.netlify/functions/mcp-bridge", "env": { "API_KEY": "your_api_key" } } } ``` ### For Custom GPT: 1. Create Custom GPT in ChatGPT 2. Add API Action: - Base URL: `https://mcp-instruct.netlify.app` - Authentication: Bearer Token - Token: Your API key 3. Test with: "mcp-instruct-onboarding" ## 🎉 You're Live! Your MCP Instruct server is now: - ✅ Hosted on Netlify with HTTPS - ✅ Globally distributed via CDN - ✅ Serverless and scalable - ✅ Ready for ChatGPT connection ## 📝 Quick Commands ```bash # Check deploy status netlify status # View logs netlify functions:log mcp-bridge # Open admin netlify open:admin # Redeploy netlify deploy --prod ``` ## 🔍 Troubleshooting ### If Functions Don't Work: 1. Ensure only `mcp-bridge.js` is in `netlify/functions/` 2. Check environment variables are set 3. View function logs in Netlify dashboard ### If Authentication Fails: 1. Verify API key matches in both Netlify and ChatGPT 2. Check Bearer token format: `Bearer YOUR_KEY` 3. Test with curl first ## 🌟 Success Checklist - [ ] Site deployed to Netlify - [ ] Landing page accessible - [ ] API health check works - [ ] Environment variable set - [ ] ChatGPT connection configured - [ ] Test onboarding command works --- **Your MCP URL**: `https://mcp-instruct.netlify.app` **API Endpoint**: `https://mcp-instruct.netlify.app/.netlify/functions/mcp-bridge` **Status**: Ready to connect! 🚀

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/hlsitechio/mcp-instruct'

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