# Sqlserver Mcp Scripts

> Exemplo de uso do MCP do SQL Server com um server de banco de dados containerizado e com consulta a dados de regiões do Brasil. Inclui Docker Compose para criação do ambiente de testes.

- **Type:** MCP server
- **Install:** `agentstack add mcp-renatogroffe-sqlserver-mcp-scripts`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [renatogroffe](https://agentstack.voostack.com/s/renatogroffe)
- **Installs:** 0
- **Category:** [Databases](https://agentstack.voostack.com/c/databases)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [renatogroffe](https://github.com/renatogroffe)
- **Source:** https://github.com/renatogroffe/sqlserver-mcp-scripts

## Install

```sh
agentstack add mcp-renatogroffe-sqlserver-mcp-scripts
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# sqlserver-mcp-scripts
Exemplo de uso do MCP do SQL Server com um server de banco de dados containerizado e consultado a dados de regiões do Brasil. Inclui Docker Compose para criação do ambiente de testes.

Um pouco mais sobre o MCP Server do SQL Server:
- [**Anúncio no blog oficial**](https://devblogs.microsoft.com/azure-sql/introducing-mssql-mcp-server/)
- [**Instruções de uso da versão criada em .NET 8**](https://github.com/Azure-Samples/SQL-AI-samples/blob/main/MssqlMcp/dotnet/README.md)

Arquivo mcp.json com configurações informadas no Visual Studio Code:

```json
{
    "servers": {
        "mcp-sqlserver-testefinal": {
            "type": "stdio",
            "command": "C:\\DotNet8\\SQL-AI-samples-main\\SQL-AI-samples-main\\MssqlMcp\\dotnet\\MssqlMcp\\bin\\Debug\\net8.0\\MssqlMcp.exe",
            "args": [],
            "env": {
                "CONNECTION_STRING": "Server=localhost;Database=BaseDadosGeograficos;User Id=sa;Password=SqlServer2025!;TrustServerCertificate=True;"
            }
        }
    },
    "inputs": []
}
```

Exemplo de uso do MCP do SQL Server a partir do Visual Studio Code:

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [renatogroffe](https://github.com/renatogroffe)
- **Source:** [renatogroffe/sqlserver-mcp-scripts](https://github.com/renatogroffe/sqlserver-mcp-scripts)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-renatogroffe-sqlserver-mcp-scripts
- Seller: https://agentstack.voostack.com/s/renatogroffe
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
