Back to Home

spring-sql-generator-mcp-client

Verified Safe

by satyavenik

Overview

This application generates SQL queries from natural language prompts by fetching database schema context from an MCP server and utilizing an LLM.

Installation

Run Command
No command provided

Security Notes

The application acts as a client, relaying user prompts and fetched database schema context to an external LLM (OpenAI GPT-4). The primary security considerations include potential prompt injection vulnerabilities (common with LLM integrations) and the trust placed in the MCP server, as its provided schema context directly influences the generated SQL. The application itself does not execute the generated SQL, mitigating direct SQL injection risks within the client. OpenAI API key is handled securely via environment variables.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-18

Tags

Spring BootLLMSQL GenerationMCP ClientNatural Language to SQL