🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

RawSqlMcp

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rawsqlmcp - nuget Package Compare versions

Comparing version
0.0.3
to
0.0.2
services/metadata/...5b9b8eea52a34546b6fd84c955244408.psmdcp

Sorry, the diff of this file is not supported yet

+4
-4
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"description": "Execute raw SQL queries against SQL Server and return the results.",
"name": "io.github.KifoPL/RawSqlMcp",
"name": "io.github.kifopl/RawSqlMcp",
"title": "Raw SQL MCP",
"version": "0.0.3",
"version": "0.0.2",
"packages": [

@@ -12,3 +12,3 @@ {

"identifier": "RawSqlMcp",
"version": "0.0.3",
"version": "0.0.2",
"runtimeHint": "dnx",

@@ -29,5 +29,5 @@ "transport": {

"repository": {
"url": "https://github.com/KifoPL/RawSqlMcp",
"url": "https://github.com/kifopl/RawSqlMcp",
"source": "github"
}
}

@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?>

<id>RawSqlMcp</id>
<version>0.0.3</version>
<version>0.0.2</version>
<authors>KifoPL</authors>

@@ -11,3 +11,3 @@ <license type="expression">AGPL-3.0-or-later</license>

<readme>README.md</readme>
<projectUrl>https://github.com/KifoPL/RawSqlMcp</projectUrl>
<projectUrl>https://github.com/kifopl/RawSqlMcp</projectUrl>
<description>A simple STDIO MCP server that executes raw SQL queries against SQL Server. Use at your own risk. Always manually approve queries.</description>

@@ -19,4 +19,4 @@ <tags>mcp model-context-protocol sql raw-sql sql-mcp ai dnx community</tags>

</packageTypes>
<repository type="git" url="https://github.com/KifoPL/RawSqlMcp" commit="698c283f14ff48d6e5300e7bf1b8f3455f7cb834" />
<repository type="git" url="https://github.com/kifopl/RawSqlMcp" commit="11401acf6ab9af101f833d90eb703649ba930299" />
</metadata>
</package>
# Raw SQL MCP
[![CI](https://github.com/KifoPL/RawSqlMcp/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/KifoPL/RawSqlMcp/actions/workflows/ci.yml)
[![NuGet](https://img.shields.io/nuget/v/RawSqlMcp?label=NuGet)](https://www.nuget.org/packages/RawSqlMcp)
[![Latest release](https://img.shields.io/github/v/tag/KifoPL/RawSqlMcp?label=release)](https://github.com/KifoPL/RawSqlMcp/tags)
<!-- mcp-name: io.github.kifopl/RawSqlMcp -->
<!-- mcp-name: io.github.KifoPL/RawSqlMcp -->
Raw SQL MCP is a STDIO MCP server for executing raw SQL against SQL Server.
> [!IMPORTANT]
> Use it carefully. The server does not protect you from destructive queries, expensive queries, SQL injection, missing pagination, or unsafe data exposure. Always review and approve queries before running them.
Use it carefully. The server does not protect you from destructive queries, expensive queries, SQL injection, missing pagination, or unsafe data exposure. Always review and approve queries before running them.

@@ -27,7 +22,5 @@ ![Install and run demo](docs/vhs/install-run.gif)

```bash
dnx RawSqlMcp@0.0.2
dnx RawSqlMcp@1.0.0
```
Package: [RawSqlMcp on NuGet](https://www.nuget.org/packages/RawSqlMcp)
## Configuration

@@ -74,3 +67,1 @@

The server exposes tools for listing configured database names, reading SQL Server schema metadata, and executing raw, parameterized, and scalar SQL queries.
![Short end-to-end demo](docs/vhs/end-to-end.gif)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet