CldKit
首页浏览RECIPES提交CLIAI 策展助手登录
登录
CldKit
浏览Recipes提交CLI·关于隐私条款

为 AI 开发者构建。每个 components 都经过审查。

© 2026 CldKit

语言
首页>Recipes>Data Exploration Toolkit

Data Exploration Toolkit

beginner

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

架构

PostgreSQL MCP Server
Queries relational data with SQL for structured analysis
82/100
npx -y @modelcontextprotocol/server-postgres postgresql://...
MongoDB MCP
Explores document collections and unstructured data patterns
80/100
npx -y mongodb-mcp-server@latest --readOnly
Redis MCP Server
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

全部安装

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