Skip to content

KB-MCP 2.1.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:04
· 7 commits to master since this release

KB-MCP v2.1.2

What's New

$COMMITS

Installation

NPM Package

npm install -g @moikas/kb-mcp@2.1.2

Standalone Executables

Download the appropriate executable for your platform:

  • Linux (x64): kb-mcp-linux-x64
  • Windows (x64): kb-mcp-win32-x64.exe
  • macOS (Intel): kb-mcp-darwin-x64
  • macOS (Apple Silicon): kb-mcp-darwin-arm64

Usage

# Initialize knowledge base
kb init

# Create content
kb write docs/api.md "# API Documentation"

# Search content
kb search "keyword"

# List files
kb list

Features

  • ✅ Complete CLI for knowledge base management
  • ✅ Full-text search with highlighting
  • ✅ File operations (read, write, delete, list)
  • ✅ Status reporting and analytics
  • ✅ Cross-platform compatibility
  • ✅ Beautiful terminal interface

Security

All executables are signed and include SHA256 checksums for verification.

Auto-Update

The CLI includes built-in update checking:

kb update check    # Check for updates
kb update install  # Install latest version