This project automates the process of periodically synchronizing MCP server data from the official Cline Marketplace. It creates a local database (`mcp_services.db`) containing information about available services, including details like name, description, author, GitHub URL, logo, category, tags, API key requirements, recommendation status, GitHub stars, and download counts. The database includes tables for service metadata and detailed service information, enabling users to browse and access MCP server data even without a direct internet connection to the Cline Marketplace.
Key Features
01Periodically synchronizes MCP server data.
02Creates a local SQLite database for offline access.
03Stores service metadata and detailed information.
04Includes GitHub star and download count metrics.
05Supports service categorization and tagging.
061 GitHub stars