CldKit
HOMEEXPLORERECIPESSUBMITCLIAI CURATORSIGN IN
SIGN IN
CldKit
ExploreRecipesSubmitCLI·AboutPrivacyTerms

Built for AI developers. Every component reviewed.

© 2026 CldKit

Language
Home>Recipes>Knowledge Management System

Knowledge Management System

beginner

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

Architecture

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

Expected Output

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)

Related 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

Install All

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

Difficulty

beginner

Components

2

Created

Mar 25, 2026

Scenes

data
productivity