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