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