agentx
Verified Safeby agentsdance
Overview
A unified CLI tool for managing MCP (Model Context Protocol) servers and skills across multiple AI coding agents like Claude Code, Codex, Cursor, Gemini CLI, and OpenCode.
Installation
agentxEnvironment Variables
- CODEX_HOME
- AGENTX_FORCE_UPDATE_CHECK
- AGENTX_UPGRADE_COMMAND
- GOBIN
- GOPATH
Security Notes
The project executes external commands such as `git clone`, `npx`, `brew`, and `go install` for its core functionality. While these commands are generally used for legitimate purposes, they inherently introduce a security surface. `git clone` is performed into temporary directories which is good practice. `npx` executes packages from the npm registry, requiring trust in those packages. Update checks involve fetching from GitHub API and raw content, and the tool can prompt or execute self-upgrade commands which might involve privilege escalation depending on the user's setup. No explicit 'eval' or malicious patterns were identified, nor were hardcoded secrets found in the truncated source.
Similar Servers
cli
The Smithery CLI is a developer tool for installing, managing, building, running, and deploying Model Context Protocol (MCP) servers and integrating them with various AI clients.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.
mmcp
Manages Model Context Protocol (MCP) server definitions in a central configuration and applies them to various AI agent tools.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.