Skip to content

References

eddy.wijaya edited this page Apr 19, 2026 · 4 revisions

๐Ÿ“š References

Official sources, client docs, and version history.


๐Ÿ”— Database MCP Server Sources

Source Link
Repository https://github.com/guyinwonder168/database-mcp-server
README README.md
CHANGELOG CHANGELOG.md
OpenAPI spec docs/mcp-openapi.yaml
Tool registration internal/mcp/server.go
Analyze-schema logic internal/mcp/analyze/

๐Ÿ“– MCP Core

Resource Link
What is MCP (official docs) https://modelcontextprotocol.io/docs/getting-started/intro

๐Ÿ–ฅ๏ธ Client MCP Setup Docs

Client Link
Codex (OpenAI) https://developers.openai.com/codex/mcp/
Claude Code (Anthropic) https://docs.anthropic.com/en/docs/claude-code/mcp
Cline https://docs.cline.bot/mcp/configuring-mcp-servers
Roo Code https://docs.roocode.com/features/mcp/using-mcp-in-roo
Kilo Code https://kilo.ai/docs/automate/mcp/using-in-kilo-code
OpenCode https://opencode.ai/docs/mcp-servers
Goose (Block) https://block.github.io/goose/docs/mcp/
Antigravity https://antigravity.codes/mcp/mcp-get

๐Ÿ“œ Version History

Version Date Highlights
v1.6.2 ๐Ÿ”’ 2026-04-19 Code scanning alerts fixed ยท SQL injection prevention ยท Identifier validation
v1.6.0 ๐Ÿš€ 2026-04-19 FK/index data pipeline fix ยท Signal-provider architecture ยท Cognitive complexity reduction
v1.5.1 2026-04-19 MySQL/MariaDB schema resolution fix (#75โ€“#80) ยท Privilege warnings
v1.5.0 2026-04-19 Extracted internal/mcp/analyze/ package ยท Security hardening
v1.4.0 2026-03-30 PostgreSQL multi-schema support
v1.3.0 2026-02-21 Profile delete/clone actions
v1.2.1 2026-02-19 Gemini JSON Schema compatibility
v1.2.0 2026-02-13 get-tool-help ยท Compact schema mode
v1.1.0 2026-02-06 GHCR containers ยท Advanced profiling ยท Federated queries
v1.0.7 2026-02-06 Schema tracking handler
v1.0.0 2025-11 Initial release with 12 tools

โš ๏ธ Note on UI drift: Client UIs and file paths may change over time. If a step doesn't match your installed version, open the latest official docs above and map the equivalent MCP settings screen.

Clone this wiki locally