CodeBot MCP Server v2
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) |
| בדיקות בטיחות לפני דפלוי |
| ניתוח לוגים וזיהוי שגיאות |
| הצעות אופטימיזציה |
Related MCP server: Code Buddy
🚀 התקנה
הרצה מקומית
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.Last updated15304MIT
- AlicenseCqualityDmaintenanceA comprehensive MCP server that provides AI assistants with tools for file system management, Git integration, and shell command execution. It features specialized code utilities for analysis, formatting, and linting to enhance development workflows within Claude Desktop.Last updated287MIT
- AlicenseBqualityDmaintenanceA modular MCP server that provides a unified interface for interacting with GitHub and GitLab, including enterprise and self-hosted instances. It enables comprehensive management of repositories, issues, pull requests, and CI/CD pipelines through natural language.Last updated2358MIT
- Flicense-qualityDmaintenanceA modular MCP server that provides tools for file operations, regex-based code searching, and structural analysis of functions and classes across multiple programming languages. It also includes AI-powered features for intelligently updating files according to architectural changes.Last updated
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
An MCP server that gives your AI access to the source code and docs of all public github repos
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/amirbiron/MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server