S
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.
Created 7/29/2025
Updated 5 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/renatogroffe/sqlserver-mcp-scripts
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"renatogroffe-sqlserver-mcp-scripts": {
"command": "git",
"args": [
"clone",
"https://github.com/renatogroffe/sqlserver-mcp-scripts"
]
}
}
}
Author Servers
Other servers by renatogroffe