mcp-tutorial-1
Verified Safeby hidao80
Overview
Provides a Model Context Protocol (MCP) server for local SQLite database operations, integrating with AI-enabled IDEs and tools like Cursor, VS Code, and Claude Desktop.
Installation
uvx mcp-server-sqlite --db-path database.dbSecurity Notes
The server runs the `mcp-server-sqlite` Python package in an isolated environment using `uvx`, which minimizes system contamination. It operates on a SQLite database file whose path is specified by the user or client configuration. No direct malicious patterns, hardcoded secrets, or 'eval' usage were found in the provided source. The primary risks involve potential vulnerabilities within the external `mcp-server-sqlite` package or misuse by pointing the server to unintended or sensitive database files.
Similar Servers
savecontext
Provides persistent memory, issue tracking, and project planning for AI coding assistants via the Model Context Protocol (MCP).
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.
sqlite-mcp-server
Provides an MCP interface for an SQLite database, offering a wide range of data management, advanced analytics, JSON processing, text/vector search, and geospatial capabilities.
simple-memory-mcp
A Model Context Protocol (MCP) server for persistent memory storage, providing intelligent tagging and full-text search for AI assistants to remember context across conversations.