Skip to content

Deltascope

Free

by MCP Community

Launcher package for the DeltaScope MCP stdio server

v0.24.0Added Apr 12, 2026
mcpdeltascopesqlaudit
Works with:ClaudeGPTGeminiCopilot

Deltascope MCP Server

Launcher package for the DeltaScope MCP stdio server

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @fanduzi/deltascope-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "deltascope": {
      "command": "npx",
      "args": ["-y", "@fanduzi/deltascope-mcp"]
    }
  }
}