BlueBash/postgres-chatbot
This Streamlit application allows users to interact with their PostgreSQL database using natural language queries. Users can type questions in natural language, which the app translates into SQL queries executed against the database. The results are then displayed in the chat interface. Powered by Google Generative AI and LangChain's SQL agent tool
Platform-specific configuration:
{
"mcpServers": {
"postgres-chatbot": {
"command": "npx",
"args": [
"-y",
"postgres-chatbot"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...