mcp-sql-server

kepion/mcp-sql-server
★ 0 stars TypeScript AI/LLM Updated today
MCP server for SQL Server — lets AI agents query, write with dry-run safety, and explore schemas
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-sql-server": {
      "command": "npx",
      "args": [
        "-y",
        "kepion/mcp-sql-server"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that lets AI agents (Claude Code, Cursor, or any MCP host) interact with a SQL Server instance — run queries, execute write operations with dry-run safety, and explore database schemas. Handing an AI agent raw SQL access is either unsafe or useless: unrestricted, it can

Tools (1)

SELECT

Topics

ai-agentsmcpmcp-servermodel-context-protocolsql-servertypescript