KB-MCP 2.1.4
KB-MCP v2.1.4
What's New
$COMMITS
Installation
NPM Package
npm install -g @moikas/kb-mcp@2.1.4Standalone 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 listFeatures
- ✅ 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