Hmbown/CodeWhale
An open-source terminal coding agent written in Rust, with MCP support, multi-model routing and multi-agent orchestration.
MCPM CLI, published as the npm package @mcpm/cli, is a TypeScript command line tool for managing Model Context Protocol servers in the Claude desktop application. It is installed globally with npm and invoked as mcpm. The command set covers searching a remote registry for MCP packages, installing a package by id, manually adding a server, removing one, listing all configured servers, disabling and enabling servers, and restarting Claude. Search runs either interactively or with a query argument and can emit JSON for scripting. Install accepts a package id, has an i alias and a -y flag to skip confirmation. Add, remove, disable and enable all work interactively when no name is given, or take a server name directly. Disabling a server moves its entry out of the Claude configuration into local storage under the .mcpm directory in the home folder, which makes it temporarily unavailable without losing its settings, and enabling moves it back; active servers otherwise live in the normal Claude configuration file, which the tool reads and writes as JSON with error handling. Beyond managing other servers, mcpm can run as an MCP server itself with the mcpm mcp command, and mcpm add --self registers it in Claude so an assistant can manage server configuration through tool calls. The interface is prompt-driven throughout rather than requiring flags to be memorised. The documented roadmap lists remote MCP discovery through a hub for search and recommendation and automatic server installation as done, with a graphical interface still planned. Releases are published automatically by GitHub Actions when a version tag is pushed. It is aimed at Claude desktop users who install and try many MCP servers and want discovery, installation and enable or disable control from the terminal instead of editing the configuration file by hand.
https://github.com/MCP-Club/mcpm
An open-source terminal coding agent written in Rust, with MCP support, multi-model routing and multi-agent orchestration.
Repomix is a tool that packs entire code repositories into single, AI-friendly files optimized for feeding Large Language Models and other AI tools, with features for token counting, security, and customization.
Open-source terminal coding agent in TypeScript from the Qwen team that consumes MCP servers as tool providers, alongside subagents, skills, hooks, IDE plugins and support for OpenAI, Anthropic, Gemini and Qwen APIs.
jcode is an extremely RAM-efficient and fast AI coding agent harness for the terminal, designed to optimize multi-session workflows.
kubefwd is a command-line tool that bulk port forwards Kubernetes services to a local machine, enabling seamless local development by accessing cluster services with their original names and connection strings.
A comprehensive collection of specialized AI subagents, slash commands, and MCP server integrations designed to enhance the Claude Code AI development environment with powerful automation and domain-specific expertise.
Harbor is a containerized toolkit that enables effortless deployment and management of local large language model backends, frontends, and services with integrated support for the Model Context Protocol ecosystem.
Shippie is an AI-powered code review agent that integrates Large Language Models into CI/CD pipelines and functions as a Model Context Protocol client for enhanced integration with external tools.