We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WeePulse/querysharp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CHANGELOG.md•935 B
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.0.3] - 2025-08-06
## [1.0.2] - 2025-08-06
## [1.0.1] - 2025-08-06
## [1.0.0] - 2025-08-06
### Added
- Initial release of Querysharp MCP Server
- Support for Model Context Protocol (MCP) integration
- Two main tools:
- `get_projects` - Get all available Querysharp database projects
- `get_database_fixes` - Get performance optimization recommendations
- Command-line interface with API key configuration
- Missing index detection and recommendations
- Slow query optimization suggestions
### Features
- 🔍 Database project discovery
- 🛠️ Performance fix recommendations
- 📊 Missing index identification
- ⚡ Query optimization suggestions