My Coding Buddy MCP Server
Supports Google services as part of the compatible clients for the MCP server's coding assistance capabilities.
Integrates with Google Gemini as a compatible coding client that can connect to the MCP server for AI-assisted development tasks.
Supports OpenAI Codex as a compatible client, enabling AI-powered coding assistance through the MCP protocol.
Runs as a Python-based server that provides coding assistance tools and automation capabilities for development workflows.
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., "@My Coding Buddy MCP Serverexplain the main function in my current file"
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.
My Coding Buddy MCP Server
A personal MCP (Model Context Protocol) server that serves as a coding companion, providing tools to streamline development workflows. It connects to various coding clients and offers database utilities for MySQL.
Overview
This MCP server provides:
Database introspection and query execution tools for MySQL
Integration with coding clients like VS Code, Cursor, and others
Extensible architecture for custom tool development
Related MCP server: Appwrite MCP Server
Setup
Install dependencies:
uv syncMCP Configuration
Configure the server in your MCP client's configuration file (e.g., .cursor/mcp.json for Cursor):
{
"mcpServers": {
"coding-buddy": {
"command": "uv",
"args": ["--directory", "/your_repo_directory_here", "run", "server.py"]
}
}
}Features
List databases, tables, and views
Execute SQL queries with formatted results
Retrieve table schemas, indexes, and DDL
Search tables by pattern
Get row counts and column information
Usage
The server provides SQL tools that can be invoked through MCP-compatible clients. Tools include database listing, schema inspection, and query execution.
Testing
A comprehensive test script is provided to validate the SQL connection and test all SQL tool functions:
python test_sql_tools.pyThe test script will:
Verify database connection using environment variables
Test all SQL tool functions including database listing, table operations, and query execution
Provide detailed output for each test case
Make sure your .env file contains the required database credentials:
SQL_HOSTSQL_USERSQL_PASSWORDSQL_DATABASE
Contributing
Contributions are welcome. Submit pull requests or open issues for feature requests and bug reports.
Learn More
For more information about the MCP protocol, visit the official MCP documentation.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
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/ajkeast/Coding-Buddy-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server