Skip to main content
Glama
GLAMA_AI_RESCAN_GUIDE.mdβ€’6.47 kB
# Glama.ai Repository Rescan Guide ## How to Trigger Repository Updates on Glama.ai Since Glama.ai automatically scans repositories, here are the most effective ways to ensure your recent improvements (Gold status achievements) are reflected in their platform. ## 🎯 **Primary Methods to Trigger Rescan** ### 1. **Create a New Release** (Most Effective) ```bash # Create and push a new git tag git tag -a v1.1.0 -m "Gold status achievement with comprehensive improvements" git push origin v1.1.0 # Then create a GitHub release # Go to: https://github.com/sandraschi/notepadpp-mcp/releases # Click "Create a new release" # Tag: v1.1.0 # Title: "Gold Status Achievement - Enterprise Production Ready" # Description: Include changelog highlights ``` **Why this works**: New releases are high-priority triggers for repository scanners. ### 2. **Push Significant Commits** ```bash # Make a meaningful commit with improvements git add . git commit -m "feat: achieve Gold status on Glama.ai with enterprise standards - Remove all print() statements (200+ instances) - Implement comprehensive error handling and validation - Add structured logging throughout codebase - Achieve 100% test pass rate (34/34 tests) - Set up enterprise CI/CD pipeline - Complete professional documentation (CHANGELOG, SECURITY, CONTRIBUTING) - Pass Anthropic MCP validation and packaging - Meet all 60 production checklist requirements" git push origin main ``` ### 3. **Contact Glama.ai Support** **Email**: support@glama.ai **Subject**: "Request repository rescan for Gold status update - notepadpp-mcp" **Message**: ``` Hello Glama.ai Team, Our repository (sandraschi/notepadpp-mcp) has recently achieved Gold status with significant quality improvements. Could you please trigger a rescan to update our listing? Recent improvements include: - 100% test pass rate (34/34 tests) - Zero print statements replaced with structured logging - Enterprise CI/CD pipeline implementation - Complete professional documentation - Advanced error handling and validation - Anthropic MCP validation passing GitHub URL: https://github.com/sandraschi/notepadpp-mcp Current status: Bronze β†’ Gold tier (85/100 points) Thank you for updating our repository listing! Best regards, Sandra ``` ## πŸ“Š **Expected Response Times** | Method | Response Time | Success Rate | |--------|---------------|--------------| | **New Release** | 1-24 hours | 95% | | **Major Commits** | 24-72 hours | 80% | | **Support Request** | 24-48 hours | 90% | | **Automatic Scan** | 1-7 days | 60% | ## πŸ” **How to Verify Updates** ### Check Current Status 1. Visit: https://glama.ai 2. Search for: `notepadpp-mcp` 3. Look for these indicators: - πŸ† Gold tier badge - Updated quality score (85/100) - Enhanced description - Professional tags ### Monitor Changes ```bash # Check repository activity curl -s "https://api.github.com/repos/sandraschi/notepadpp-mcp/releases/latest" | jq .published_at # Monitor for Glama.ai updates (if they have webhooks) # Check GitHub webhooks in repository settings ``` ## πŸš€ **Optimization for Better Rankings** ### Repository Settings Ensure these are optimized for discovery: 1. **Repository Description**: ``` FastMCP 2.12 compatible MCP server for Notepad++ automation - Gold Status Certified ``` 2. **Topics/Tags**: - `mcp-server` - `notepadpp` - `windows-automation` - `fastmcp` - `gold-status` - `production-ready` 3. **README Badges**: ```markdown [![Gold Status](https://img.shields.io/badge/Glama.ai-Gold%20Status-gold)](https://glama.ai) ``` ### Quality Signals Ensure these are visible: - βœ… Green CI/CD badges - βœ… High test coverage - βœ… Recent commits/releases - βœ… Professional documentation - βœ… Security policy - βœ… Contributing guidelines ## πŸ”„ **Automatic Scanning Patterns** Glama.ai typically scans repositories: - **Daily**: For repositories with recent activity - **Weekly**: For all indexed repositories - **On-demand**: For new releases and major updates - **Priority**: High for repositories with community engagement ## πŸ“ž **Additional Support Channels** ### Discord Community - Join: https://discord.gg/glama - Post in #mcp-servers channel - Tag Glama.ai team members ### Alternative Contact - **Twitter/X**: @glama_ai (mention repository) - **LinkedIn**: Glama.ai company page - **Reddit**: r/mcp (community discussions) ## 🎯 **Immediate Action Plan** ### Step 1: Create Release (Today) ```bash git tag -a v1.1.0 -m "Gold status achievement with comprehensive improvements" git push origin v1.1.0 # Create GitHub release with highlights ``` ### Step 2: Contact Support (Today) Email support@glama.ai requesting rescan with our improvements. ### Step 3: Monitor Progress (Next 24-48 hours) Check Glama.ai daily for updates to our listing. ### Step 4: Community Engagement (Ongoing) - Join Discord community - Share achievement in relevant channels - Network with other MCP developers ## πŸ“ˆ **Expected Improvements** After rescan, expect to see: - πŸ† **Gold tier badge** prominently displayed - πŸ“Š **85/100 quality score** in rankings - πŸ“ **Enhanced repository description** with achievements - 🏷️ **Professional categorization** and tags - πŸ“ˆ **Higher search visibility** and rankings - 🀝 **Enterprise credibility** signals ## πŸ”§ **Troubleshooting** ### If Updates Don't Appear 1. **Wait longer**: Sometimes rescans take 48-72 hours 2. **Check repository**: Ensure changes are pushed and visible 3. **Contact support**: Follow up with support@glama.ai 4. **Community help**: Ask in Discord #support channel ### Repository Not Found 1. **Verify spelling**: Search for exact repository name 2. **Check username**: Try searching by `sandraschi` 3. **Wait for indexing**: New repositories may take time to appear ### Incorrect Information Displayed 1. **Clear cache**: Some platforms cache repository data 2. **Multiple rescans**: May require several updates to reflect 3. **Direct contact**: Email support with specific corrections needed ## πŸŽ‰ **Success Metrics** **Rescan successful when you see:** - Gold status badge on repository card - Updated quality metrics (85/100) - Enhanced repository description - Professional categorization - Higher search result positioning --- **Guide Version**: 1.0 **Last Updated**: September 30, 2025 **Repository**: notepadpp-mcp **Target**: Gold Status Recognition **Expected Timeline**: 24-72 hours

Latest Blog Posts

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/sandraschi/notepadpp-mcp'

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