MCP-DB-Tools

lzm04521/MCP-DB-Tools
★ 4 stars C# Database Updated today
为支持 MCP(Model Context Protocol)的 Agent(如 Claude Code、Codex)提供数据库只读访问能力的工具。基于 .NET 8 + 官方 ModelContextProtocol SDK,支持 SQL Server、MySQL、Oracle,内置 SQL 安全守卫、多环境配置、配置热重载、每环境并发限流、审计日志,以及本机 Admin UI 配置维护页面。
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-db-tools": {
      "command": "npx",
      "args": [
        "-y",
        "lzm04521/MCP-DB-Tools"
      ]
    }
  }
}
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →