A monorepo containing multiple Model Context Protocol (MCP) services for various functionalities.
This monorepo contains the following MCP services:
A powerful MCP service for library management and dependency operations across Python, Node.js, Java, and Rust ecosystems, integrated with Context7 API for intelligent library search and documentation queries.
Key Features:
- Multi-language library version querying (Python, Node.js, Java, Rust)
- Official documentation retrieval
- Dependency analysis
- Intelligent search via Context7 API integration
- High-performance caching system
📖 Documentation | 📚 API Reference | 📝 Release Notes
A powerful MCP service for time management and timezone operations. TimeMaster provides AI applications with comprehensive time, timezone, and holiday query capabilities through a standardized MCP interface.
Key Features:
- Unified time operations (current time, timezone conversion)
- Smart timezone management and search
- Comprehensive holiday support by country and date ranges
- Offline mode support
- Multi-language support
📖 Documentation | 📚 API Reference | 📝 Release Notes
- Python 3.11+
- uv (recommended for dependency management)
Clone the repository:
git clone https://github.com/Kirky-X/mcps
cd mcpsEach service can be installed independently:
LibraryMaster:
cd library_master
# Install uv (if not already installed)
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install project dependencies
uv syncTimeMaster:
cd time_master
pip install -e ".[dev]"cd library_master
uv run -m library_master.mcp_servicecd time_master
uv run -m time_master.mcp_serviceEach service has its own test suite:
LibraryMaster:
cd library_master
uv run python test/test_mcp_tools.pyTimeMaster:
cd time_master
pytest test/ -vLibraryMaster:
# Format code
black src/
ruff check src/ --fixTimeMaster:
# Format code
black src/
ruff check src/ --fixThis project is licensed under the Apache 2.0 License - see the LICENSE file for details.
Each service in this monorepo is independently licensed under the same terms as the main project.