Call MCP server tools like Sentry, Slack, or Grafana directly from a terminal script.
Turn any existing CLI tool like kubectl or terraform into an MCP server automatically.
Run one proxy that exposes all configured MCP servers as a single endpoint to editors like Claude Code or Cursor.
Audit every tool call, search, and config change through a local, queryable log.
| avelino/mcp | mirkobozzetto/flowflow | doggy8088/leak-hunter | |
|---|---|---|---|
| Stars | 52 | 49 | 57 |
| Language | Rust | Rust | Rust |
| Setup difficulty | easy | hard | easy |
| Complexity | 3/5 | 4/5 | 3/5 |
| Audience | ops devops | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
This is a command-line tool that lets you call MCP servers directly from a terminal. MCP stands for Model Context Protocol, a standard for exposing tools that AI assistants can use, such as searching error logs, querying dashboards, or reading files. This CLI lets you call those same tools without going through an AI assistant, treating them like regular terminal commands. You configure servers once in a config file and then call their tools with a simple command: the server name, the tool name, and any arguments as a JSON string. Output is always JSON, so it can be piped into other tools or used in scripts. The README shows examples like searching for open errors in Sentry, listing Slack channels, or querying a Grafana dashboard. Servers can be local processes that the CLI launches on demand, remote servers accessed over HTTP, or wrappers around any existing command-line tool. For HTTP servers that require authentication, the CLI handles the login flow: it supports OAuth 2.0 (opening your browser to complete the login), manual API tokens, or headers set directly in the config file. Tokens are saved locally so you only need to authenticate once. There is a built-in registry of common MCP servers so you can add well-known ones with a single command rather than writing the config manually. Installation is available via Homebrew, Docker, or pre-built binaries from the releases page. The project is written in Rust and distributed as a single binary with no runtime dependencies.
A command-line tool that turns MCP servers, the tool interface AI assistants use, into regular terminal commands you can call and script directly.
Mainly Rust. The stack also includes Rust, JSON-RPC, Docker.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.