Back to Home
jritsema icon

mcp-cli

Verified Safe

by jritsema

Overview

A command-line interface tool for managing Model Context Protocol (MCP) server configuration files across various AI tools.

Installation

Run Command
mcp set -t q-cli

Environment Variables

  • GITHUB_PERSONAL_ACCESS_TOKEN
  • FASTMCP_LOG_LEVEL
  • BRAVE_API_KEY
  • TIMEZONE
  • HOME
  • CONTEXT7_API_KEY
  • API_KEY
  • REMOTE_CLIENT_ID
  • REMOTE_CLIENT_SECRET
  • VERSION
  • DEBUG_MODE
  • WEATHER_API_KEY

Security Notes

The CLI tool is written in Go, which generally provides better memory safety and reduced risk of common scripting vulnerabilities. It processes local YAML/JSON files and environment variables. Network calls are made for OAuth token acquisition for remote MCP servers, using standard HTTP client practices. There are no indications of 'eval' or malicious patterns. A warning is explicitly provided in the `mcp ls -c` command documentation that its output (expanded commands with environment variables) 'may expose sensitive data such as API keys'. This is a disclosure risk if the output is mishandled by the user/agent, but not an inherent vulnerability in the CLI's execution logic.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassLow
Stars11
Forks2
Last Update2026-01-03

Tags

CLIConfiguration ManagementMCPAI ToolsGo