My Coding Buddy MCP Server
My Coding Buddy MCPサーバー
開発ワークフローを効率化するためのツールを提供する、パーソナルなMCP(Model Context Protocol)サーバーです。様々なコーディングクライアントに接続し、MySQL用のデータベースユーティリティを提供します。
概要
このMCPサーバーは以下を提供します:
MySQL用のデータベースイントロスペクションおよびクエリ実行ツール
VS CodeやCursorなどのコーディングクライアントとの統合
カスタムツール開発のための拡張可能なアーキテクチャ
Related MCP server: obsmcp
セットアップ
依存関係をインストールします:
uv syncMCP設定
MCPクライアントの設定ファイル(例:Cursorの場合は .cursor/mcp.json)でサーバーを設定します:
{
"mcpServers": {
"coding-buddy": {
"command": "uv",
"args": ["--directory", "/your_repo_directory_here", "run", "server.py"]
}
}
}機能
データベース、テーブル、ビューの一覧表示
フォーマットされた結果によるSQLクエリの実行
テーブルスキーマ、インデックス、DDLの取得
パターンによるテーブル検索
行数および列情報の取得
使用方法
このサーバーは、MCP互換クライアントを通じて呼び出せるSQLツールを提供します。ツールには、データベースの一覧表示、スキーマの検査、クエリの実行などが含まれます。
テスト
SQL接続を検証し、すべてのSQLツール機能をテストするための包括的なテストスクリプトが用意されています:
python test_sql_tools.pyテストスクリプトは以下のことを行います:
環境変数を使用したデータベース接続の検証
データベースの一覧表示、テーブル操作、クエリ実行を含むすべてのSQLツール機能のテスト
各テストケースの詳細な出力の提供
.envファイルに必要なデータベース認証情報が含まれていることを確認してください:
SQL_HOSTSQL_USERSQL_PASSWORDSQL_DATABASE
コントリビューション
コントリビューションを歓迎します。機能リクエストやバグ報告については、プルリクエストを送信するか、Issueを作成してください。
詳細情報
MCPプロトコルの詳細については、公式のMCPドキュメントを参照してください。
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