Back to Home
hidao80 icon

mcp-tutorial-1

Verified Safe

by 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

Run Command
uvx mcp-server-sqlite --db-path database.db

Security 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

Stats

Interest Score30
Security Score8
Cost ClassLow
Stars1
Forks1
Last Update2026-01-17

Tags

SQLiteMCPDatabaseAI ToolsLocal Development