Provides tools for creating and listing GitHub issues, supporting Markdown for bug reports and enhancement requests.
Integrates with MongoDB to store, manage, and search through a repository of code snippets with support for metadata tagging and statistical analysis.
Enables programmatic management of Render services, allowing users to check service status, list deployments, trigger new deploys, restart services, and inspect environment variables.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CodeBot MCP Server v2Show my Python snippets and check the status of my Render service"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🤖 CodeBot MCP Server v2
שרת MCP מורחב לניהול קוד, דפלוי ותפעול — מותאם לחיבור ל-Claude.
✨ יכולות
📝 ניהול Snippets
כלי | תיאור |
| רשימה עם סינון לפי שפה / תגית / חיפוש |
| קבלת snippet בודד |
| יצירת snippet חדש |
| עדכון snippet קיים |
| מחיקת snippet |
| חיפוש regex בתוך הקוד |
| סטטיסטיקות על המאגר |
🔍 ניתוח קוד
כלי | תיאור |
| ניתוח מטריקות, דפוסים בעייתיים והצעות |
| עדכון תגיות על מספר snippets בבת אחת |
🚀 Render API (תפעול)
כלי | תיאור |
| מצב השירות הנוכחי |
| דפלויים אחרונים |
| ⚠️ הפעלת דפלוי חדש |
| ⚠️ ריסטארט לשירות |
| הצגת משתני סביבה (ערכים רגישים מוסתרים) |
🐙 GitHub Issues
כלי | תיאור |
| יצירת Issue חדש (תומך Markdown) |
| רשימת Issues עם סינון |
📋 Prompts מובנים (בעברית)
פרומפט | תיאור |
| סקירת קוד מקצועית |
| ניתוח שגיאה והצעת פתרונות |
| תבנית Issue (bug / enhancement) |
| בדיקות בטיחות לפני דפלוי |
| ניתוח לוגים וזיהוי שגיאות |
| הצעות אופטימיזציה |
🚀 התקנה
הרצה מקומית
git clone https://github.com/YOUR_USERNAME/codebot-mcp-server.git
cd codebot-mcp-server
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
# ערוך את .env
python server.pyהשרת עולה על http://localhost:8000/mcp
דפלוי ל-Render
העלה ל-GitHub
ב-Render: New → Web Service → Docker
הגדר משתני סביבה:
משתנה | חובה? | תיאור |
| ✅ | Connection string ל-MongoDB |
| ⬜ | Render API token (ל-deploy/restart) |
| ⬜ | מזהה השירות ב-Render |
| ⬜ | GitHub PAT (ל-Issues) |
| ⬜ |
|
💡 טיפ: רק
MONGO_URIחובה. שאר האינטגרציות עובדות כשהמשתנים שלהן מוגדרים.
🔌 חיבור ל-Claude
Claude.ai (Pro / Max / Team / Enterprise)
Settings → Integrations → Add custom connector
URL: https://YOUR-APP.onrender.com/mcpClaude Desktop
הוסף ל-claude_desktop_config.json:
{
"mcpServers": {
"codebot": {
"type": "streamable-http",
"url": "https://YOUR-APP.onrender.com/mcp"
}
}
}Claude Code
claude mcp add-json codebot '{"type":"streamable-http","url":"https://YOUR-APP.onrender.com/mcp"}'💬 דוגמאות שימוש ב-Claude
ניהול קוד
"הראה לי את כל ה-snippets שלי ב-Python שקשורים ל-async"
"צור snippet חדש עם פונקציה למיון מהיר"
"חפש בקוד שלי שימוש ב-try/except"
ניתוח קוד
"תעשה code review על ה-snippet הזה" (מפעיל את הפרומפט code_review)
"יש לי שגיאה: ModuleNotFoundError: No module named 'redis'"
דפלוי ותפעול
"מה הסטטוס של השירות שלי ב-Render?"
"תעשה דפלוי חדש" (מפעיל deploy_check לבדיקת בטיחות)
"תפתח Issue על הבאג שמצאנו"
לוגים
"נתח לי את הלוגים האלה ותגיד מה לא תקין"
📁 מבנה
codebot-mcp-server/
├── server.py # שרת MCP (כל הכלים, prompts, resources)
├── requirements.txt # תלויות
├── Dockerfile # Docker image
├── render.yaml # Render Blueprint
├── .env.example # דוגמה למשתנים
├── .gitignore
└── README.md🔒 אבטחה
Stateless mode — מתאים ל-horizontal scaling
ערכים רגישים מוסתרים ב-
render_get_env_varsאישור נדרש לפני deploy/restart (דרך הפרומפט
deploy_check)אין secrets בקוד — הכל דרך משתני סביבה
📄 רישיון
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.