MCP ExplorerExplorer

Offline Cline Mcp Marketplace

@hangboss1761on 9 months ago
2 MIT
FreeCommunity
AI Systems
A project to periodically synchronize MCP servers from the official Cline Marketplace.

Overview

What is Offline Cline Mcp Marketplace

offline-cline-mcp-marketplace is a project designed to periodically synchronize MCP servers from the official Cline Marketplace, ensuring that users have access to the latest services and updates.

Use cases

Use cases include developers synchronizing their MCP service repositories, teams managing service dependencies, and organizations ensuring they are using the most up-to-date MCP services available.

How to use

To use offline-cline-mcp-marketplace, install the necessary dependencies with ‘npm install’ and start the project using ‘npm start’.

Key features

Key features include a structured database for storing service information, synchronization with GitHub for updates, and detailed service descriptions including author, category, and usage statistics.

Where to use

offline-cline-mcp-marketplace can be used in software development environments, particularly where MCP services are utilized, such as application development, API integration, and service management.

Content

Offline Cline Marketplace

This project aims to periodically synchronize MCP servers from the official Cline Marketplace.

Installation

Use the following command to install dependencies:

npm install

Usage

Use the following command to start the project:

npm start

Database Structure

The mcp_services.db database contains the following tables:

1. services

  • mcpId: TEXT PRIMARY KEY - Unique identifier for each service.
  • name: TEXT - Name of the MCP service.
  • description: TEXT - Description of the MCP service.
  • author: TEXT - Author of the service.
  • githubUrl: TEXT - URL to the service’s GitHub repository.
  • logoUrl: TEXT - URL to the service’s logo.
  • category: TEXT - Category of the service.
  • tags: TEXT - Tags associated with the service (stored as a JSON string).
  • requiresApiKey: BOOLEAN - Indicates if the service requires an API key.
  • isRecommended: BOOLEAN - Indicates if the service is recommended.
  • githubStars: INTEGER - Number of stars on GitHub.
  • downloadCount: INTEGER - Number of times the service has been downloaded.
  • createdAt: TEXT - Timestamp when the service was created.
  • updatedAt: TEXT - Timestamp when the service was last updated.

2. service_details

  • mcpId: TEXT PRIMARY KEY - Unique identifier for each service (foreign key referencing services).
  • githubUrl: TEXT - URL to the service’s GitHub repository.
  • name: TEXT - Name of the MCP service.
  • author: TEXT - Author of the service.
  • description: TEXT - Description of the MCP service.
  • codiconIcon: TEXT - URL to the service’s codicon icon.
  • logoUrl: TEXT - URL to the service’s logo.
  • category: TEXT - Category of the service.
  • tags: TEXT - Tags associated with the service (stored as a JSON string).
  • requiresApiKey: BOOLEAN - Indicates if the service requires an API key.
  • readmeContent: TEXT - Content of the service’s README.
  • llmsInstallationContent: TEXT - Installation content for LLMs.
  • isRecommended: BOOLEAN - Indicates if the service is recommended.
  • githubStars: INTEGER - Number of stars on GitHub.
  • createdAt: TEXT - Timestamp when the service details were created.
  • updatedAt: TEXT - Timestamp when the service details were last updated.
  • lastGithubSync: TEXT - Timestamp of the last synchronization with GitHub.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers