Hmbown/CodeWhale
An open-source terminal coding agent written in Rust, with MCP support, multi-model routing and multi-agent orchestration.
mcp-config is a TypeScript command line tool that manages Model Context Protocol server entries in the configuration files of MCP clients. It is run without installation through npx mcp-config, which opens an interactive terminal interface listing the MCP servers already installed for the detected clients. Selecting an entry and pressing an action key configures it, removes it or shows its details. Pressing the add key opens a flow that lists servers from a built-in repository of known MCP servers, kept in the source tree under src/config/servers, so a server can be installed in one step without hand-editing JSON. The same thing can be done non-interactively by passing a server name on the command line, for example npx mcp-config llamacloud, which adds that server directly. During configuration the tool prompts for the values a server needs rather than requiring the user to know the argument and environment variable layout of each server. Supported clients are Claude, Windsurf and Cursor, and the tool writes to the configuration file each of them uses. The advertised feature set is a repository of MCP servers, one-line server installation, interactive configuration prompts, viewing existing server configurations and removing them. Development is a standard Node workflow: clone the repository, npm install, npm run build and npm run start. The project is small and its README is brief, documenting the interactive flow and the development commands rather than an extensive API surface. It is aimed at users who run several MCP clients or try many servers and want to avoid editing each client JSON configuration file by hand, and at people who want a curated starting list of servers to choose from instead of hunting for install snippets.
https://github.com/marcusschiesser/mcp-config
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.