realloganholmes/mcp-server
3.2
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a structured summary of a Model Context Protocol (MCP) server designed for interacting with a database using a cloud-hosted internal GPT-4o-mini model.
Tools
3
Resources
0
Prompts
0
MCP server for chatting with a database
- Uses internal gpt-4o-mini model hosted in the cloud
- Access to list tables, describe tables, and run select queries
Enhancements
- Enable ability to see chat history for responses
- Multi agent framework so it can run multiple tools in one go
- Right now, it cant list, describe, and run a select in a single query
To Run
- Run 'npm install'
- Set up .env file copying example from .env.example and fill in the values