Allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured.
A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities through MCP tools. It would be interesting to have LLM analyze it. DuckDB is suitable for local analysis.
Added support for STDIO mode and SSE mode
Added support for multiple SQL execution, separated by ";"
Added ability to query database table names and fields based on table comments
Added SQL Execution Plan Analysis
Added Chinese field to pinyin conversion
Read-only MCP server for SQL databases (SQL Server, Postgres, SQLite) with multi-server support and three-layer safety using AST validation and linting.
Provides SQL parsing, transpilation, formatting, extraction, and condition injection via MCP protocol, enabling agents to validate, analyze, and transform SQL.
Deterministic SQL static analysis and query-equivalence checking for Postgres, MySQL, SQLite, and SQL Server. Tokenizes locally before forwarding to the API.
PCI DSS v4.0.1 compliance scanner for Go payment services, delivered as an MCP server. Every finding maps to a specific PCI DSS requirement ID. Taint-aware cardholder data flow analysis with PCI SSC FAQ semantics, designed to complement broad SAST tools like Semgrep and CodeQL - not replace them.
Token-efficient MCP server for MySQL, PostgreSQL, and SQLite written in Rust, providing SQL query execution and analysis tools with strong security guards.
Multi-language code-graph MCP server with 18 tools for structural code queries — find_symbol,
callers, callees, blast_radius, dead_code, and cross-stack dataflow_trace from HTTP request through
service layers to SQL. Tree-sitter parsing for Python, TypeScript, JavaScript, and Go;
local-first, no API key required.