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
python server.py --server_type=stdioSecurity 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
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.