mcpenetes

๐Ÿง™โ€โ™‚๏ธ mcpenetes

mcpenetes License

โ€œOne CLI to rule them all, one CLI to find them, one CLI to bring them all, and in the configurations bind them.โ€

mcpenetes in action

๐ŸŒŸ What is mcpenetes?

mcpenetes is a magical CLI tool that helps you manage multiple Model Context Protocol (MCP) server configurations with ease! If youโ€™re tired of manually editing config files for different MCP-compatible clients whenever you want to switch servers, mcpenetes is here to save your day.

Think of mcpenetes as your friendly neighborhood wizard who can:

๐Ÿš€ Installation

From Source

git clone https://github.com/tuannvm/mcpenetes.git
cd mcpenetes
make build
# The binary will be available at ./bin/mcpenetes

Using Go

go install github.com/tuannvm/mcpenetes@latest

๐Ÿ„โ€โ™‚๏ธ Quick Start

  1. Search for available MCP servers:
mcpenetes search
  1. Apply selected configuration to all your clients:
mcpenetes apply

Thatโ€™s it! Your MCP configurations are now synced across all clients. Magic! โœจ

๐Ÿ“š Usage Guide

๐Ÿ› ๏ธ Available Commands

search         Interactive fuzzy search for MCP versions and apply them
apply          Applies MCP configuration to all clients
load           Load MCP server configuration from clipboard
restore        Restores client configurations from the latest backups

๐Ÿ“‹ Searching for MCP Servers

The search command lets you interactively find and select MCP servers from configured registries. It will present you with a list of available servers that you can select from.

mcpenetes search

You can also directly specify a server ID:

mcpenetes search claude-3-opus-0403

By default, search results are cached to improve performance. Use the --refresh flag to force a refresh:

mcpenetes search --refresh

๐Ÿ“ฅ Loading Configuration from Clipboard

If youโ€™ve copied an MCP configuration to your clipboard, you can load it directly:

mcpenetes load

๐Ÿ—‘๏ธ Removing Resources

To remove a registry:

mcpenetes remove registry my-registry

โช Restoring Configurations

If something goes wrong, you can restore your clientsโ€™ configurations from backups:

mcpenetes restore

๐Ÿงฉ Supported Clients

mcpenetes automatically detects and configures the following MCP-compatible clients:

๐Ÿ“ Configuration Files

mcpenetes uses the following configuration files:

๐Ÿค Contributing

Contributions are welcome! Feel free to:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

๐Ÿ“œ License

Licensed under the MIT License. See the LICENSE file for details.


Made with โค๏ธ by humans (and occasionally with the help of AI)