CldKit
홈탐색RECIPES제출CLIAI 큐레이터로그인
로그인
CldKit
탐색Recipes제출CLI·소개개인정보약관

AI 개발자를 위해 만들었습니다. 모든 components 를 검토합니다.

© 2026 CldKit

언어
홈>Recipes>Knowledge Management System

Knowledge Management System

beginner

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

아키텍처

Notion MCP Server
Reads pages, databases, and wikis from Notion workspace
80/100
npx -y @notionhq/notion-mcp-server
Elasticsearch MCP
Indexes content and provides full-text search capabilities
82/100
docker run -i --rm -e ES_URL -e ES_API_KEY docker.elastic.co/mcp/elasticsearch stdio

예상 출력

Knowledge Base Status Notion: 89 pages synced, 5 databases indexed Elasticsearch: 412 documents indexed Query: "deployment runbook for staging" Results: 3 relevant documents (score > 0.75) -> Top result: "Staging Deployment Guide" (last updated 2 days ago)

관련 Recipes

Data Warehouse Query Assistant

INTERMEDIATE

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

dataanalysis

4개 components

Data Exploration Toolkit

BEGINNER

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

data

3개 components

Database Migration Review

ADVANCED

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

datadevops

5개 components

모두 설치

npx -y @notionhq/notion-mcp-server
docker run -i --rm -e ES_URL -e ES_API_KEY docker.elastic.co/mcp/elasticsearch stdio

난이도

beginner

Components

2

생성일

Mar 25, 2026

장면

data
productivity