offline-cline-mcp-marketplace
Verified Safeby hangboss1761
Overview
Synchronize MCP services data from the official Cline Marketplace to a local SQLite database.
Installation
npm startSecurity Notes
The server synchronizes data from `https://api.cline.bot`. No `eval` or code obfuscation found. No obvious hardcoded sensitive API keys for its own operation. However, several dependencies in `pnpm-lock.yaml` are marked as deprecated or are older versions (e.g., `axios@0.21.4`, `sqlite3@5.1.7`, `rimraf@3.0.2`, `glob@7.2.3`), which could harbor unpatched vulnerabilities. The application deletes the local `mcp_services.db` file on every run before recreating it.
Similar Servers
sqlite-mcp
A Model Context Protocol (MCP) server that enables LLMs to interact with SQLite databases by providing tools and resources for querying and managing data.
mcp-sqlite-tools
A Model Context Protocol (MCP) server for LLMs to safely and efficiently interact with local SQLite databases, providing comprehensive operations from schema management to query execution and transactions.
sqlite-mcp
Integrates Model Context Protocol (MCP) servers, enabling SQLite databases to call their AI tools directly from SQL queries.
Trackor
Provides an MCP server for tracking personal expenses, including adding, listing, summarizing, updating, and exporting data.