Back to Home
umesh-khatiwada icon

list-of-mcp-server

by umesh-khatiwada

Overview

Provides local SQLite database operations for managing people data, enabling AI assistants to interact with it using SQL queries.

Installation

Run Command
python server.py --server_type=stdio

Security Notes

The server directly executes SQL queries provided by the 'query' parameter in both 'add_data' and 'read_data' functions. This design is highly vulnerable to SQL injection, as there is no apparent input sanitization or use of parameterized queries. A malicious AI assistant or user could inject arbitrary SQL commands to read, modify, or delete database contents.

Similar Servers

Stats

Interest Score0
Security Score1
Cost ClassLow
Stars0
Forks0
Last Update2026-01-07

Tags

SQLiteDatabaseSQLAI AssistantData Management