★ 2 stars
Go
🗄️ Database
Updated today
Offline-first SQL audit engine for MySQL、PostgreSQL and TiDB, with CLI, HTTP API, an official MCP server, and an npm launcher for DBAs, CI pipelines, and AI agents.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"deltascope": {
"command": "go",
"args": [
"run",
"github.com/Fanduzi/DeltaScope@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add deltascope go run github.com/Fanduzi/DeltaScope@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"deltascope": {
"command": "go",
"args": [
"run",
"github.com/Fanduzi/DeltaScope@latest"
]
}
}
}
📋 Copy
Topics
ci cli database devops mcp mcp-server mysql postgresql sql-audit tidb