Confidential guide on numerology and astrology, based of GG33 Public information

Ollama-MCP-DB
Una interfaz de chat interactiva que combina las capacidades LLM de Ollama con el acceso a la base de datos PostgreSQL a través del Protocolo de contexto del modelo (MCP).
3 years
Works with Finder
1
Github Watches
6
Github Forks
33
Github Stars
Ollama MCP Database Assistant
An interactive chat interface that combines Ollama's LLM capabilities with PostgreSQL database access through the Model Context Protocol (MCP). Ask questions about your data in natural language and get AI-powered responses backed by real SQL queries.
Features
- Natural language interface to your PostgreSQL database
- Automatic SQL query generation
- Schema-aware responses
- Interactive chat interface
- Secure, read-only database access
Prerequisites
- Node.js 16 or higher
- A running PostgreSQL database
- Ollama installed and running locally
- The qwen2.5-coder:7b-instruct model pulled in Ollama
Setup
- Clone the repository:
git clone [your-repo-url]
cd [your-repo-name]
- Install dependencies:
npm install
- Pull the required Ollama model:
ollama pull qwen2.5-coder:7b-instruct
- Create a
.env
file in the project root:
DATABASE_URL=postgresql://user:password@localhost:5432/dbname
OLLAMA_MODEL=qwen2.5-coder:7b-instruct # Optional - this is the default
Usage
- Start the chat interface:
npm start
- Ask questions about your data in natural language:
Connected to database. You can now ask questions about your data.
Type "exit" to quit.
What would you like to know about your data? Which products generated the most revenue last month?
Analyzing...
[AI will generate and execute a SQL query, then explain the results]
- Type 'exit' to quit the application.
How It Works
- The application connects to your PostgreSQL database through the PostgreSQL MCP server
- It loads and caches your database schema
- When you ask a question:
- The schema and question are sent to Ollama
- Ollama generates an appropriate SQL query
- The query is executed through MCP
- Results are sent back to Ollama for interpretation
- You receive a natural language response
Environment Variables
Variable | Description | Default |
---|---|---|
DATABASE_URL | PostgreSQL connection string | Required |
OLLAMA_MODEL | Ollama model to use | qwen2.5-coder:7b-instruct |
Security
- All database access is read-only
- SQL queries are restricted to SELECT statements
- Database credentials are kept secure in your .env file
Development
Built with:
- TypeScript
- Model Context Protocol (MCP)
- Ollama
- PostgreSQL
Troubleshooting
Common Issues
-
"Failed to connect to database"
- Check your DATABASE_URL in .env
- Verify PostgreSQL is running
- Check network connectivity
-
"Failed to connect to Ollama"
- Ensure Ollama is running (
ollama serve
) - Verify the model is installed (
ollama list
)
- Ensure Ollama is running (
-
"Error executing query"
- Check database permissions
- Verify table/column names in the schema
License
MIT
Contributing
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
I find academic articles and books for research and literature reviews.
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.
Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)
Puente entre los servidores Ollama y MCP, lo que permite a LLM locales utilizar herramientas de protocolo de contexto del modelo
Servidores MCP impresionantes: una lista curada de servidores de protocolo de contexto del modelo
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Habilite clientes asistentes de IA como Cursor, Windsurf y Claude Desktop para controlar el motor irreal a través del lenguaje natural utilizando el Protocolo de contexto del modelo (MCP).
Reviews

user_ol8NNruc
As a devoted user of the ollama-mcp-db, I couldn't be more impressed with its performance and versatility. This repository, created by robdodson, has streamlined my data management processes in ways I hadn't imagined possible. The seamless integration and user-friendly structure are simply brilliant. I highly recommend this tool to anyone looking for efficiency and effectiveness in handling databases. Check it out at the provided GitHub link!