My Coding Buddy MCP Server
My Coding Buddy MCP-Server
Ein persönlicher MCP-Server (Model Context Protocol), der als Programmierbegleiter dient und Tools zur Optimierung von Entwicklungs-Workflows bereitstellt. Er verbindet sich mit verschiedenen Programmier-Clients und bietet Datenbank-Dienstprogramme für MySQL.
Übersicht
Dieser MCP-Server bietet:
Tools zur Datenbank-Introspektion und Abfrageausführung für MySQL
Integration mit Programmier-Clients wie VS Code, Cursor und anderen
Erweiterbare Architektur für die Entwicklung benutzerdefinierter Tools
Related MCP server: obsmcp
Einrichtung
Abhängigkeiten installieren:
uv syncMCP-Konfiguration
Konfigurieren Sie den Server in der Konfigurationsdatei Ihres MCP-Clients (z. B. .cursor/mcp.json für Cursor):
{
"mcpServers": {
"coding-buddy": {
"command": "uv",
"args": ["--directory", "/your_repo_directory_here", "run", "server.py"]
}
}
}Funktionen
Auflisten von Datenbanken, Tabellen und Views
Ausführen von SQL-Abfragen mit formatierten Ergebnissen
Abrufen von Tabellenschemata, Indizes und DDL
Suchen von Tabellen nach Mustern
Abrufen von Zeilenanzahlen und Spalteninformationen
Verwendung
Der Server stellt SQL-Tools bereit, die über MCP-kompatible Clients aufgerufen werden können. Zu den Tools gehören das Auflisten von Datenbanken, die Schema-Inspektion und die Abfrageausführung.
Testen
Ein umfassendes Testskript wird bereitgestellt, um die SQL-Verbindung zu validieren und alle SQL-Tool-Funktionen zu testen:
python test_sql_tools.pyDas Testskript wird:
Die Datenbankverbindung mithilfe von Umgebungsvariablen verifizieren
Alle SQL-Tool-Funktionen testen, einschließlich Datenbankauflistung, Tabellenoperationen und Abfrageausführung
Detaillierte Ausgaben für jeden Testfall bereitstellen
Stellen Sie sicher, dass Ihre .env-Datei die erforderlichen Datenbank-Anmeldeinformationen enthält:
SQL_HOSTSQL_USERSQL_PASSWORDSQL_DATABASE
Mitwirken
Beiträge sind willkommen. Reichen Sie Pull Requests ein oder eröffnen Sie Issues für Funktionsanfragen und Fehlerberichte.
Mehr erfahren
Weitere Informationen zum MCP-Protokoll finden Sie in der offiziellen MCP-Dokumentation.
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
- -licenseAqualityNot gradedmaintenanceA Model Context Protocol server that allows LLMs to interact with Python environments, enabling code execution, file operations, package management, and development workflows.9
- AlicenseNot gradedqualityDmaintenanceA local-first MCP server and continuity control plane that helps AI coding tools maintain project state, tasks, and context across sessions, models, and interruptions, with features like session tracking, token-efficient context assembly, and code understanding via Code Atlas.MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that provides development standards and best practices context to AI coding assistants, ensuring generated code adheres to team/project conventions.3381MIT
- AlicenseAqualityBmaintenanceA semantic code context server that connects your local repository to AI assistants via the Model Context Protocol, enabling dynamic codebase exploration without copy-pasting.5383MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
Adaptive plan/build/review cycles for AI coding assistants, persisted across sessions.
Appeared in Searches
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/ajkeast/Coding-Buddy-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server