cs651-final-project-kacie-phillippo
by kacie-phillippo
Overview
Connects an LLM to a PostgreSQL database for natural language querying of the Steam game dataset.
Installation
No command providedSecurity Notes
The provided source code is limited to the README.md file, which describes the usage of an external MCP server (https://github.com/executeautomation/mcp-database-server) rather than containing its implementation. Therefore, a direct security audit of the MCP server's source code for dangerous patterns like 'eval', obfuscation, or hardcoded secrets cannot be performed within the scope of this repository. The security posture would depend entirely on the external server's implementation. General risks for such a setup include potential SQL injection vulnerabilities if the LLM-to-SQL translation is not robustly secured, and improper handling of database credentials.
Similar Servers
mcp-server-neon
The Neon MCP Server allows users to interact with and manage their Neon Postgres databases using natural language commands, acting as a bridge between AI agents/LLMs and the Neon API and database operations.
MCP-PostgreSQL-Ops
The MCP server provides professional operations, monitoring, and management capabilities for PostgreSQL databases using natural language queries.
enhanced-postgres-mcp-server
This server acts as a Model Context Protocol interface for PostgreSQL, enabling LLMs to query data, modify records, and manage database schema objects with read and write capabilities.
dx-mcp-server
Empowers AI applications to interact with and query a user-provided Postgres database via the Model Context Protocol (MCP).