A command-line interface tool for interacting with MCP servers hosted on MCPVerse (https://mcpverse.dev).
brew tap village-chat/mcpverse
brew install mcpverse
The CLI can be invoked with either mcpverse
or the shorter alias mcpv
.
Authenticate with browser:
mcpv auth login
Check current authentication status:
mcpv auth status
Log out
mcpv auth logout
Set up a local MCP proxy server to an MCPVerse server
mcpv proxy <URL>
# Clone the repository
git clone https://github.com/village-chat/mcpverse-cli.git
cd mcpverse-cli
# Install in development mode
python3 -m venv .venv
source .venv/bin/activate
./install.sh
- Make the changes you want in mcpverse-cli and open a pull request.
- Once it's been merged, we'll create a release.
- We'll then push the release to homebrew-mcpverse, which will enable the community to install it via homebrew.