From 250cba2d92ae76a62a19f521d934f95596fd0879 Mon Sep 17 00:00:00 2001 From: FROWNINGdev Date: Mon, 13 Jul 2026 03:09:54 +0500 Subject: [PATCH 1/2] Add django-orm-lens under Databases --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aba40ef63..375089329 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![ไทย](https://img.shields.io/badge/Thai-Click-blue)](README-th.md) +[![ไทย](https://img.shields.io/badge/Thai-Click-blue)](README-th.md) [![English](https://img.shields.io/badge/English-Click-yellow)](README.md) [![繁體中文](https://img.shields.io/badge/繁體中文-點擊查看-orange)](README-zh_TW.md) [![简体中文](https://img.shields.io/badge/简体中文-点击查看-orange)](README-zh.md) @@ -815,6 +815,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [Michael2150/flamerobin-mcp-server](https://github.com/Michael2150/flamerobin-mcp-server) [![Michael2150/flamerobin-mcp-server MCP server](https://glama.ai/mcp/servers/Michael2150/flamerobin-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Michael2150/flamerobin-mcp-server) #️⃣ 🏠 🪟 - Firebird database MCP server that reads connection details from [FlameRobin's](http://www.flamerobin.org/) config — no credential setup required. Access all locally registered databases in one session with full schema introspection, DDL/DML execution, execution plans, and missing index analysis. - [freema/mcp-gsheets](https://github.com/freema/mcp-gsheets) 📇 ☁️ - MCP server for Google Sheets API integration with comprehensive reading, writing, formatting, and sheet management capabilities. - [FreePeak/db-mcp-server](https://github.com/FreePeak/db-mcp-server) 🏎️ 🏠 – A high-performance multi-database MCP server built with Golang, supporting MySQL & PostgreSQL (NoSQL coming soon). Includes built-in tools for query execution, transaction management, schema exploration, query building, and performance analysis, with seamless Cursor integration for enhanced database workflows. +- [FROWNINGdev/django-orm-lens](https://github.com/FROWNINGdev/django-orm-lens) 🐍 🏠 - Exposes Django ORM schema, models, and relationships (fields, FK/M2M/O2O, on_delete, related_name, Meta) to AI agents via 5 read-only tools. Companion to the VS Code ERD extension. Static parse — no DB, no Django boot. - [furey/mongodb-lens](https://github.com/furey/mongodb-lens) 📇 🏠 - MongoDB Lens: Full Featured MCP Server for MongoDB Databases - [gannonh/firebase-mcp](https://github.com/gannonh/firebase-mcp) 🔥 ⛅️ - Firebase services including Auth, Firestore and Storage. - [get-convex/convex-backend](https://stack.convex.dev/convex-mcp-server) 📇 ☁️ - Convex database integration to introspect tables, functions, and run oneoff queries ([Source](https://github.com/get-convex/convex-backend/blob/main/npm-packages/convex/src/cli/mcp.ts)) From 9df90171329561b9a728ae093721490aa339e2b2 Mon Sep 17 00:00:00 2001 From: FROWNINGdev Date: Tue, 21 Jul 2026 10:30:19 +0500 Subject: [PATCH 2/2] docs: refresh django-orm-lens entry with 9-tool product shape --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 375089329..5749658c4 100644 --- a/README.md +++ b/README.md @@ -815,7 +815,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [Michael2150/flamerobin-mcp-server](https://github.com/Michael2150/flamerobin-mcp-server) [![Michael2150/flamerobin-mcp-server MCP server](https://glama.ai/mcp/servers/Michael2150/flamerobin-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Michael2150/flamerobin-mcp-server) #️⃣ 🏠 🪟 - Firebird database MCP server that reads connection details from [FlameRobin's](http://www.flamerobin.org/) config — no credential setup required. Access all locally registered databases in one session with full schema introspection, DDL/DML execution, execution plans, and missing index analysis. - [freema/mcp-gsheets](https://github.com/freema/mcp-gsheets) 📇 ☁️ - MCP server for Google Sheets API integration with comprehensive reading, writing, formatting, and sheet management capabilities. - [FreePeak/db-mcp-server](https://github.com/FreePeak/db-mcp-server) 🏎️ 🏠 – A high-performance multi-database MCP server built with Golang, supporting MySQL & PostgreSQL (NoSQL coming soon). Includes built-in tools for query execution, transaction management, schema exploration, query building, and performance analysis, with seamless Cursor integration for enhanced database workflows. -- [FROWNINGdev/django-orm-lens](https://github.com/FROWNINGdev/django-orm-lens) 🐍 🏠 - Exposes Django ORM schema, models, and relationships (fields, FK/M2M/O2O, on_delete, related_name, Meta) to AI agents via 5 read-only tools. Companion to the VS Code ERD extension. Static parse — no DB, no Django boot. +- [FROWNINGdev/django-orm-lens](https://github.com/FROWNINGdev/django-orm-lens) 🐍 🏠 🍎 🪟 🐧 - Django ORM static-analysis MCP server. Nine read-only tools (`list_apps`, `list_models`, `describe_model`, `find_relations`, `cascade_preview`, `er_diagram`, `describe_migration_dependency`, `suggest_indexes`, `signal_graph`) that expose Django schema, relationships (FK/M2M/O2O, on_delete, related_name), migration deps, missing indexes, and signal graphs — no DB, no Django boot, no credentials. Companion to a VS Code / VSCodium / Cursor extension (Open VSX verified) and a `django-orm-lens` PyPI CLI. `pip install django-orm-lens[mcp]`. - [furey/mongodb-lens](https://github.com/furey/mongodb-lens) 📇 🏠 - MongoDB Lens: Full Featured MCP Server for MongoDB Databases - [gannonh/firebase-mcp](https://github.com/gannonh/firebase-mcp) 🔥 ⛅️ - Firebase services including Auth, Firestore and Storage. - [get-convex/convex-backend](https://stack.convex.dev/convex-mcp-server) 📇 ☁️ - Convex database integration to introspect tables, functions, and run oneoff queries ([Source](https://github.com/get-convex/convex-backend/blob/main/npm-packages/convex/src/cli/mcp.ts))