8000 GitHub - village-chat/mcpverse-cli: CLI for interacting with MCPVerse
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

village-chat/mcpverse-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCPVerse CLI

A command-line interface tool for interacting with MCP servers hosted on MCPVerse (https://mcpverse.dev).

Installation

Using Homebrew

brew tap village-chat/mcpverse
brew install mcpverse

Usage

The CLI can be invoked with either mcpverse or the shorter alias mcpv.

Authentication

Authenticate with browser:

mcpv auth login

Check current authentication status:

mcpv auth status

Log out

mcpv auth logout

Proxy Command

Set up a local MCP proxy server to an MCPVerse server

mcpv proxy <URL>

Development

Setup

# 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

Contributing

  1. Make the changes you want in mcpverse-cli and open a pull request.
  2. Once it's been merged, we'll create a release.
  3. We'll then push the release to homebrew-mcpverse, which will enable the community to install it via homebrew.

About

CLI for interacting with MCPVerse

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0