{"id":28260134,"url":"https://github.com/tuannvm/mcpenetes","last_synced_at":"2026-01-20T16:32:53.629Z","repository":{"id":288536469,"uuid":"968410129","full_name":"tuannvm/mcpenetes","owner":"tuannvm","description":"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.","archived":false,"fork":false,"pushed_at":"2025-07-07T07:47:20.000Z","size":107,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T16:23:04.578Z","etag":null,"topics":["cli","mcp-server"],"latest_commit_sha":null,"homepage":"http://tuannvm.com/mcpenetes/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tuannvm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-18T03:29:43.000Z","updated_at":"2025-07-29T17:03:36.000Z","dependencies_parsed_at":"2025-04-18T17:46:23.954Z","dependency_job_id":"4e2a4c1c-e05b-45b5-8262-5abc52be3fa3","html_url":"https://github.com/tuannvm/mcpenetes","commit_stats":null,"previous_names":["tuannvm/mcpenetes"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/tuannvm/mcpenetes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuannvm%2Fmcpenetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuannvm%2Fmcpenetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuannvm%2Fmcpenetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuannvm%2Fmcpenetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuannvm","download_url":"https://codeload.github.com/tuannvm/mcpenetes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuannvm%2Fmcpenetes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","mcp-server"],"created_at":"2025-05-20T04:09:21.291Z","updated_at":"2026-01-20T16:32:53.605Z","avatar_url":"https://github.com/tuannvm.png","language":"Go","funding_links":[],"categories":["⚙️ DevOps"],"sub_categories":[],"readme":"# 🧙‍♂️ mcpenetes\n\n![mcpenetes](https://img.shields.io/badge/mcpenetes-MCP%20Configuration%20Manager-blue)\n![License](https://img.shields.io/badge/license-MIT-green)\n\n\u003e *\"One CLI to rule them all, one CLI to find them, one CLI to bring them all, and in the configurations bind them.\"*\n\n![mcpenetes in action](https://github.com/user-attachments/assets/bf84188d-e043-4436-bebb-ef206ff10d8f)\n\n## 🌟 What is mcpenetes?\n\n**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.\n\nThink of mcpenetes as your friendly neighborhood wizard who can:\n\n- 🔍 Search for available MCP servers from configured registries\n- 🔄 Switch between different MCP server configurations\n- 🧠 Apply configurations across all your MCP clients automatically\n- 💾 Backup your configurations before making any changes\n- 🛡️ Restore configurations if something goes wrong\n\n## 🚀 Installation\n\n### From Source\n\n```bash\ngit clone https://github.com/tuannvm/mcpenetes.git\ncd mcpenetes\nmake build\n# The binary will be available at ./bin/mcpenetes\n```\n\n### Using Go\n\n```bash\ngo install github.com/tuannvm/mcpenetes@latest\n```\n\n## 🏄‍♂️ Quick Start\n\n1. **Search for available MCP servers**:\n\n```bash\nmcpenetes search\n```\n\n2. **Apply selected configuration** to all your clients:\n\n```bash\nmcpenetes apply\n```\n\nThat's it! Your MCP configurations are now synced across all clients. Magic! ✨\n\n## 📚 Usage Guide\n\n### 🛠️ Available Commands\n\n```\nsearch         Interactive fuzzy search for MCP versions and apply them\napply          Applies MCP configuration to all clients\nload           Load MCP server configuration from clipboard\nrestore        Restores client configurations from the latest backups\n```\n\n### 📋 Searching for MCP Servers\n\nThe `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.\n\n```bash\nmcpenetes search\n```\n\nYou can also directly specify a server ID:\n\n```bash\nmcpenetes search claude-3-opus-0403\n```\n\nBy default, search results are cached to improve performance. Use the `--refresh` flag to force a refresh:\n\n```bash\nmcpenetes search --refresh\n```\n\n### 📥 Loading Configuration from Clipboard\n\nIf you've copied an MCP configuration to your clipboard, you can load it directly:\n\n```bash\nmcpenetes load\n```\n\n### 🗑️ Removing Resources\n\nTo remove a registry:\n\n```bash\nmcpenetes remove registry my-registry\n```\n\n### ⏪ Restoring Configurations\n\nIf something goes wrong, you can restore your clients' configurations from backups:\n\n```bash\nmcpenetes restore\n```\n\n## 🧩 Supported Clients\n\nmcpenetes automatically detects and configures the following MCP-compatible clients:\n\n- Claude Desktop\n- Windsurf\n- Cursor\n- Visual Studio Code extensions\n\n## 📁 Configuration Files\n\nmcpenetes uses the following configuration files:\n\n- `~/.config/mcpenetes/config.yaml`: Stores global configuration, including registered registries and selected MCP servers\n- `~/.config/mcpenetes/mcp.json`: Stores the MCP server configurations\n- `~/.config/mcpenetes/cache/`: Caches registry responses for faster access\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📜 License\n\nLicensed under the MIT License. See the LICENSE file for details.\n\n## 🌐 Related Projects\n\n- [mcp-trino](https://github.com/tuannvm/mcp-trino): Trino MCP server implementation\n\n---\n\nMade with ❤️ by humans (and occasionally with the help of AI)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuannvm%2Fmcpenetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuannvm%2Fmcpenetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuannvm%2Fmcpenetes/lists"}