Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Mar 14, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

GongRzhe and others added 30 commits February 23, 2025 19:59
…-SERVER

Quickchart-MCP-Server:A Model Context Protocol server for generating charts using QuickChart.io
Image-Generation-MCP-Server:This MCP server provides image generation capabilities using the Replicate Flux model.
Langflow-DOC-QA-SERVER:A Model Context Protocol server for document Q&A powered by Langflow.It demonstrates core MCP concepts by providing a simple interface to query documents through a Langflow backend.
Long overdue! Sorry for the delay
## Overview

MSSQL MCP Server,  provides database interaction and business intelligence capabilities. This server enables running SQL queries, analyzing business data, and automatically generating business insight memos.
Refer to the official website's SQLite for modifications to adapt to MSSQL

## Components

- `read_query`
   - Execute SELECT queries to read data from the database
- `write_query`
   - Execute INSERT, UPDATE, or DELETE queries
- `create_table`
   - Create new tables in the database
- `list_tables`
   - Get a list of all tables in the database
- `describe-table`
   - View schema information for a specific table
- `append_insight`
   - Add new business insights to the memo resource

## Operating environment

- `Python 3.x`
- `Packages`
   - pyodbc>=4.0.39
   - pydantic>=2.0.0
   - mcp>=0.1.0
- `ODBC Driver 17 for SQL Server`

## Usage

### Install packages

```bash
CD /d ~/mssql-mcp
pip install -r requirements.txt
```

### config

```bash
#with server.py same folder create config.json,add:
{
    "database": {
        "driver": "ODBC Driver 17 for SQL Server",
        "server": "server ip",
        "database": "db name",
        "username": "username",
        "password": "password",
        "trusted_connection": false
    },
    "server": {
        "name": "mssql-manager",
        "version": "0.1.0",
        "host": "0.0.0.0",
        "port": 8080
    }
}
```

### Claude Desktop 、 Windsurf

```bash
# add to claude_desktop_config.json. Note:use your path
{
    "mcpServers": {
        "mssql": {
            "command": "py",
            "args": [
                # your path,e.g.:"C:\\mssql-mcp\\src\\server.py"
                "~/server.py"
            ]
        }
    }
}
```

### Cursor

```bash
# Note:use your path
Type:command
Command:py C:\\mssql-mcp\\src\\server.py
```

### MCP Inspector

```bash
# Note:use your path
npx -y @modelcontextprotocol/inspector py C:\\mssql-mcp\\src\\server.py
```

## License

MIT License
https://github.com/bytebase/dbhub/

Universal database MCP server connecting to MySQL, PostgreSQL, SQLite, DuckDB and etc.
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
Signed-off-by: myan <myan@redhat.com>
caorui and others added 28 commits March 14, 2025 17:19
Co-authored-by: Tadas Antanavicius <tadas@tadasant.com>
Co-authored-by: Tadas Antanavicius <tadas@tadasant.com>
Add Reddit and Discord communities
Add xcodebuild mcp server tool
Add GOAT to the Community servers list
Add Intercom to community servers
Add Chroma to list of official 3rd party integrations
Add Multi-Cluster Kubernetes MCP Server
Add Quickchart-MCP-Server,Image-Generation-MCP-Server,Langflow-DOC-QA…
Add icon to Neon in README.md
Add Hyperbrowser MCP Server to Readme
Add HDW MCP Server to README.md
Add Wanaku MCP router to the list of MCP Community Servers
feat: add DBHub - Universal database MCP server
docs(README.md): adding mcp-local-rag to README
Adding the Perplexity MCP server with a link to Perplexity's official MCP repo.
Add Perplexity MCP server to README.md
@pull pull bot added the ⤵️ pull label Mar 14, 2025
@pull pull bot merged commit 8963861 into threatcode:main Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.