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