CldKit
ホーム探すRECIPES送信CLIAI キュレーターログイン
ログイン
CldKit
探すRecipes送信CLI·概要プライバシー利用規約

AI 開発者のために構築。すべての components をレビュー。

© 2026 CldKit

言語
>>Data Exploration Toolkit

Data Exploration Toolkit

beginner

Multi-database data exploration with PostgreSQL, MongoDB, and Redis for caching.

アーキテクチャ

Queries relational data with SQL for structured analysis
82/100
npx -y @modelcontextprotocol/server-postgres postgresql://...
Explores document collections and unstructured data patterns
80/100
npx -y mongodb-mcp-server@latest --readOnly
Accesses cached data and real-time key-value stores
78/100
npx -y @redis/mcp-server

期待される出力

Data Exploration Report PostgreSQL: 23 tables, 1.2M rows queried MongoDB: 8 collections, 450K documents sampled Redis: 12 key patterns, 3 cached result sets Analysis: Schema comparison complete, 3 migration candidates identified -> Report generated with data distribution charts

関連 Recipes

Data Warehouse Query Assistant

INTERMEDIATE

Explore multiple databases, draft safe SQL, and export reviewed analysis artifacts.

dataanalysis

4 components

Knowledge Management System

BEGINNER

Searchable knowledge base combining Notion content with Elasticsearch-powered search.

dataproductivity

2 components

Database Migration Review

ADVANCED

Review schema changes against live database shape, migrations, and deployment risk.

datadevops

5 components

ホーム
Recipes
PostgreSQL MCP Server
MongoDB MCP
Redis MCP Server

すべてインストール

npx -y @modelcontextprotocol/server-postgres postgresql://...
npx -y mongodb-mcp-server@latest --readOnly
npx -y @redis/mcp-server

難易度

beginner

Components

3

作成日

Mar 25, 2026

シーン

data