Back to Home
aster-void icon

climcp

by aster-void

Overview

Provides a command-line interface for interacting with Model Context Protocol (MCP) servers, allowing users to list and call tools either interactively or for one-shot execution.

Installation

Run Command
bun src/index.ts

Security Notes

The primary security risk lies in the `stdio` transport method, where the `target` argument (a user-provided string) is directly used as a command to be executed. This allows for arbitrary command execution. For example, `climcp run "rm -rf /" some_tool` would attempt to execute `rm -rf /` as the MCP server. This is a critical vulnerability if the input `target` is not trusted or properly sanitized by the caller. Other input parsing (JSON5, query-style) seems robust, but the initial command execution is a severe flaw.

Similar Servers

Stats

Interest Score0
Security Score1
Cost ClassLow
Stars0
Forks0
Last Update2025-12-17

Tags

CLIModel Context ProtocolMCPDeveloper ToolTerminal