mcpx-go
v1.0.1
Published
npm package for mcpx, a CLI that turns MCP servers into composable CLIs
Readme
mcpx-go (npm)
mcpx-go is the npm distribution of mcpx, a CLI that turns MCP servers into composable CLIs.
This package is not a JavaScript SDK. It installs a mcpx executable that downloads and runs the official mcpx Go binary from GitHub Releases.
Install
npm install -g mcpx-goWindows users: use WSL2 and run npm install inside your Linux distro shell.
Quick Start
mcpx --version
mcpx
mcpx github
mcpx github search-repositories --query=mcpCommand contract:
mcpxlists serversmcpx <server>lists toolsmcpx <server> <tool>calls a tool
Notes
- Supports: macOS/Linux, amd64/arm64.
- Windows support is via WSL2 (Linux install path).
- Optional: when Codex Apps are enabled locally,
mcpxcan expose connected apps as virtual MCP servers. Auth remains managed by Codex. - Installs
mcpx.1to${XDG_DATA_HOME:-~/.local/share}/man/man1when available. - Set
MCPX_GO_SKIP_DOWNLOAD=1to skip downloading and rely onmcpxinPATH. - Downloaded archives are verified with SHA-256 checksums embedded in the npm package.
- Override checksum with
MCPX_GO_BINARY_SHA256=<sha256>for custom mirrors. - Set
MCPX_GO_SKIP_CHECKSUM=1to bypass checksum verification (not recommended). - Full docs and source: https://github.com/lydakis/mcpx
