Focus MCP SQL Server enables AI assistants to convert natural language queries into SQL by registering database schema information and handling text-to-SQL conversions. Built by DataFocus, it implements the Model Context Protocol using Spring Boot and exposes tools for registering tables, columns, and relationships, as well as initiating and continuing text-to-SQL conversations. The server runs on stdio transport for seamless integration with AI assistants and provides a structured approach to database schema representation, making it particularly valuable for users who need to query databases using natural language without writing SQL manually.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Initialize the model with the specified table structure and bearer token. Parameters: model (required object), bearer (required string), language (optional string)
Convert natural language input into SQL queries based on the provided chat ID and bearer token. Parameters: chatId (required string), input (required string), bearer (required string)