manastalukdar/ai-devstudio

database-connect

Database MCP server integration for PostgreSQL, MySQL, MongoDB

First seen Feb 21, 2026

Installation

$ npx skills add manastalukdar/ai-devstudio --skill database-connect

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from manastalukdar/ai-devstudio · top by installs.

npx skills add manastalukdar/ai-devstudio

Browse all from manastalukdar/ai-devstudio

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,135 B
  • docs SUMMARY.md 86 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 13 installs

SKILL.md

Database Connection & Management

I'll help you connect to and manage databases through MCP servers for data exploration, schema inspection, and queries.

Arguments: $ARGUMENTS - database type (postgres, mysql, mongodb), connection details, or query

Database Capabilities

Supported Databases:

  • PostgreSQL (via MCP or native psql)
  • MySQL/MariaDB (via MCP or native mysql)
  • MongoDB (via MCP or native mongo)
  • SQLite (local database files)

Operations:

  • Schema inspection and exploration
  • Safe query execution
  • Data exploration and analysis
  • Migration support

Token Optimization

Expected range: 1,500–2,500 tokens (initial), 400 tokens (cache hit)

Caching: Caches database connection config in .claude/cache/database/ for 7 days. Invalidated when connection strings change.

Early exit: Returns immediately if MCP server for the target database is already connected.

Patterns used: Grep-before-Read, early exit, template-based generation, caching