MCP server to give client the ability to access SQL databases (MySQL and PostgreSQL supported)
MCP server to give client the ability to access SQL databases (MySQL and PostgreSQL supported)
For this MCP server to work, add the following configuration to your MCP config file:
{
"mcpServers": {
"sql_access": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-sql",
"run",
"python",
"main.py"
]
}
}
}
A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
DevEnvInfoServer - Cursor MCP Server for Development Environment Information
TypeScript implementation of a Model Context Protocol (MCP) server for Trello integration