Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions src/db-metadata-extractor-mcp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# db-metadata-extractor-mcp

This MCP server extracts database metadata.

## Installation

```bash
pip install db-metadata-extractor-mcp

Features
Extract database schema
Retrieve table and column details
Lightweight and easy to integrate
Usage

After installation, configure the MCP server in your environment and connect it to your database.

Author

Karpagavalli


---

## 💡 Simple Tip

- Keep it **short and clear**
- No need to over-explain
- This is just for **registry listing**

---

## ✅ After this

Next step:
👉 Edit `src/index.json`

If you want, I can give you:
✔️ Exact JSON entry (correct format so PR won’t fail)

Just say: **“give index.json”** 👍
7 changes: 7 additions & 0 deletions src/db-metadata-extractor-mcp/server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "db-metadata-extractor-mcp",
"description": "Extracts database metadata such as tables, columns, and schema details",
"package": "db-metadata-extractor-mcp",
"author": "Karpagavalli",
"version": "1.0.0"
}
Loading