Skip to content
This repository was archived by the owner on Jun 14, 2026. It is now read-only.

kaalabs/kltools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kltools

Note: This project has migrated from GitHub to Codeberg. Canonical location: https://codeberg.org/remcokortekaas/kltools The GitHub location is now archived and read-only.

Mono-repo for kaaLabs tooling.

Each tool is self-contained and ships with its own README.md covering install, usage, and development details. The repository currently includes terminal UIs, API-focused CLIs, and MCP servers.

Index

  • harnas-monitor — read-only TUI dashboard that watches a TASKS.toml file and shows real-time progress + task details. Docs: harnas-monitor/README.md
  • mcporter — CLI for discovering MCP servers from OpenCode and Codex configs, listing tools, and invoking tools with JSON arguments. Docs: mcporter/README.md
  • models-devmodelsdev CLI for querying the public models.dev API (providers + models). Docs: models-dev/README.md
  • reqmanreqman terminal UI (TUI) for managing TOML-backed databases from a JSON schema (OpenTUI). Docs: reqman/README.md
  • weather-mcp — stateless weather MCP server backed by Open-Meteo, with fuzzy city search, current conditions, 12-hour hourly outlook, 7-day forecasts, and historical daily weather over stdio, http, sse, or streamable-http. Docs: weather-mcp/README.md

Working In This Repo

  • Pick a tool directory and follow its README.md.
  • Most tools are independently installable and runnable from their own directory.