Skip to main content
Glama
BADGES.md5.31 kB
# 🏷️ Badges Reference Guide This file explains all the badges used in the README.md and how to maintain them. ## 📋 Badge Categories ### **Release & Version Badges** ```markdown [![GitHub release (latest by date)](https://img.shields.io/github/v/release/r-pedraza/poeditor-mcp)](https://github.com/r-pedraza/poeditor-mcp/releases) ``` - **Updates automatically** when you create new releases - **Action needed**: Create releases with proper tags (`git tag v1.0.1`) ### **Technology Stack Badges** ```markdown [![Python](https://img.shields.io/badge/Python-3.8+-3776ab?logo=python&logoColor=white)](https://www.python.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ``` - **Static badges** - Update manually when requirements change - **Python version**: Update when minimum Python version changes ### **Project Integration Badges** ```markdown [![MCP Protocol](https://img.shields.io/badge/MCP-Model%20Context%20Protocol-blue?logo=openai&logoColor=white)](https://github.com/modelcontextprotocol) [![POEditor API](https://img.shields.io/badge/POEditor-API%20Integration-orange?logo=...)](https://poeditor.com/) [![Claude Desktop](https://img.shields.io/badge/Claude%20Desktop-Compatible-8A2BE2?logo=anthropic&logoColor=white)](https://claude.ai/) [![VS Code](https://img.shields.io/badge/VS%20Code-Compatible-007ACC?logo=visual-studio-code&logoColor=white)](https://code.visualstudio.com/) ``` - **Static badges** showing compatibility - **Update when**: Adding/removing client support ### **Repository Statistics Badges** ```markdown [![GitHub stars](https://img.shields.io/github/stars/r-pedraza/poeditor-mcp?style=social)](https://github.com/r-pedraza/poeditor-mcp/stargazers) [![GitHub issues](https://img.shields.io/github/issues/r-pedraza/poeditor-mcp)](https://github.com/r-pedraza/poeditor-mcp/issues) [![GitHub pull requests](https://img.shields.io/github/issues-pr/r-pedraza/poeditor-mcp)](https://github.com/r-pedraza/poeditor-mcp/pulls) [![GitHub last commit](https://img.shields.io/github/last-commit/r-pedraza/poeditor-mcp)](https://github.com/r-pedraza/poeditor-mcp/commits/main) [![GitHub repo size](https://img.shields.io/github/repo-size/r-pedraza/poeditor-mcp)](https://github.com/r-pedraza/poeditor-mcp) ``` - **Updates automatically** from GitHub data - **No action needed** - they refresh automatically ### **Project Status Badges** ```markdown [![Development Status](https://img.shields.io/badge/Development%20Status-Stable-brightgreen)](https://github.com/r-pedraza/poeditor-mcp) [![Maintenance](https://img.shields.io/badge/Maintained-Yes-green)](https://github.com/r-pedraza/poeditor-mcp/commits/main) [![API Coverage](https://img.shields.io/badge/POEditor%20API%20Coverage-100%25-success)](https://poeditor.com/docs/api) [![Documentation](https://img.shields.io/badge/Documentation-Complete-blue)](https://github.com/r-pedraza/poeditor-mcp#documentation) ``` - **Manual badges** that you update as the project evolves - **Update when**: Project status changes ## 🎨 Badge Customization ### Colors - `brightgreen` - Success/Complete features - `green` - Good status - `yellow` - Warning/In progress - `orange` - Attention needed - `red` - Issues/Broken - `blue` - Information - `lightgrey` - Neutral ### Adding New Badges 1. **Choose a service**: [Shields.io](https://shields.io/) for most badges 2. **Format**: `[![Label](https://img.shields.io/badge/...)](link)` 3. **Test the badge** before committing 4. **Add to this file** for future reference ### Useful Badge Generators - **[Shields.io](https://shields.io/)** - Main badge service - **[GitHub Badges](https://github.com/badges/shields)** - GitHub-specific badges - **[Custom Badges](https://shields.io/category/other)** - Create custom badges ## 📝 Maintenance Schedule ### **Weekly** (Automated) - Repository statistics badges update automatically ### **Monthly** (Manual Check) - Verify project status badges are accurate - Update development status if needed - Check if technology badges need updates ### **Per Release** (Manual) - Ensure version badges are correct - Update feature completion status - Add new integration badges if applicable ## 🚀 Future Badge Ideas When the project grows, consider adding: ```markdown [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/r-pedraza/poeditor-mcp/CI)](https://github.com/r-pedraza/poeditor-mcp/actions) [![Codecov](https://img.shields.io/codecov/c/github/r-pedraza/poeditor-mcp)](https://codecov.io/gh/r-pedraza/poeditor-mcp) [![PyPI](https://img.shields.io/pypi/v/poeditor-mcp)](https://pypi.org/project/poeditor-mcp/) [![Downloads](https://img.shields.io/github/downloads/r-pedraza/poeditor-mcp/total)](https://github.com/r-pedraza/poeditor-mcp/releases) [![Contributors](https://img.shields.io/github/contributors/r-pedraza/poeditor-mcp)](https://github.com/r-pedraza/poeditor-mcp/graphs/contributors) ``` ## 📖 Badge Best Practices 1. **Don't overdo it** - Too many badges can be overwhelming 2. **Keep them relevant** - Only show badges that provide value 3. **Group logically** - Related badges should be grouped together 4. **Update regularly** - Outdated badges hurt credibility 5. **Test links** - Ensure all badges link to relevant pages

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/r-pedraza/poeditor-mcp'

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