We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/barateza/mcp-plesk-extension-guide'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CHANGELOG.md•830 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).
## [0.1.0] - 2026-02-07
### Added
- Initial release of Plesk Extensions Guide MCP Server
- RAG (Retrieval-Augmented Generation) capabilities for Plesk extension documentation
- Two MCP tools:
- `search_extensions_guide`: Search indexed documentation with semantic queries
- `index_documentation`: Scan and index .htm files into vector database
- ChromaDB vector storage for efficient semantic search
- OpenRouter API integration for text embeddings
- Auto-download script for Plesk documentation ZIP file
- Comprehensive documentation and setup instructions
- MIT License