climcp
Verified Safeby aster-void
Overview
Provides a command-line interface for human and automated interaction with Model Context Protocol (MCP) servers, facilitating exploration, CI automation, and debugging.
Installation
climcp connect bunx @modelcontextprotocol/server-filesystem .Security Notes
The project uses `JSON5.parse` for payload parsing, which is safer than `eval`. No hardcoded secrets or malicious patterns were identified. The primary security consideration is that the tool executes user-specified commands/targets to connect to MCP servers (via `stdio` transport). Users should ensure the commands/URLs they provide are trustworthy, as `climcp` will attempt to launch or connect to them.
Similar Servers
mcpm.sh
This server provides a command-line interface to manage Model Context Protocol (MCP) servers, allowing users to discover, install, configure, run, share, and monitor them.
cli
The Smithery CLI installs, manages, develops, and runs Model Context Protocol (MCP) servers, acting as a client-agnostic tool for AI client integration.
mcp-kit
A CLI tool for scaffolding Model Context Protocol (MCP) applications, either as servers providing tools, resources, and prompts, or clients consuming them.
mcp-typescript-template
This server acts as a template for building remote Model Context Protocol (MCP) servers using TypeScript, handling MCP tool registration and session management over HTTP.