Releases: milisp/mcp-linker
v1.3.1
✨ Features
- Set Manage page as the default start page for better usability.
 - Added Team page to support collaborative configuration management.
 
🛠 Fixes
- Fixed #9: Removed git2 from Cargo.toml to resolve MCPLinker_1.3.0_aarch64.dmg build failure.
 
🔄 Improvements
- Improved client sync logic, fixing minor issues and enhancing stability across devices/editors.
 
Linux
- MCPLinker_1.3.1_amd64.deb
 - MCPLinker-1.3.1-1.x86_64.rpm
 
Have questions or suggestions? 👉 Join our Discord community
Sneak Peek into the Future
We're working on something big!
🌐 Cloud Sync is Coming
Soon, you'll be able to sync your MCP server configs across all your devices – whether it's personal setups or shared team configs. No more manual exports. Just seamless, cross-platform magic. ✨
Want to be the first to try it?
👉 Subscribe to the newsletter at gumroad for early access and updates.
v1.3.0
🚀 Big change for manage page
- 2025-06-04: Sync Server configs Claude <=> other clients. disable and enable servers
 - 2025-06-02: Show 
git clonebutton when the server config'sargscontains the word"path" 
These DMG files are not signed yet.
If you can't open a DMG on your Mac or suspect it's damaged, keep in mind macOS Gatekeeper may block files from unverified developers.
✅ To verify the download, run:
hdiutil verify ~/Downloads/MCPLinker_1.3.0_aarch64.dmg- 🔍 Need more help? Search online or ask ChatGPT.
 - 💬 Join our Discord community.
 
I’m planning to add proper Apple notarization in a future release!
Full Changelog: v1.2.8...v1.3.0
v1.2.8
What's new
Join our Discord community.
⚠️  Warning
- Syncing favorite servers will overwrite previous locally saved favorites. Please make sure to save before downloading.
 
✨ Features
- Added synchronization of favorite MCP servers to the cloud.
 
🐛 Bug Fixes
- Add CI env: Fix issue where no servers were listed on Windows.
 - Fixed issue where manage page crashed if 
mcp json config filewas missing. - Fixed bug where favorite servers were not syncing properly to the cloud.
 
v1.2.7
v1.2.6
v1.2.5
🚀 Release v1.2.5 – 2025-05-19
Online servers via api
✨ Features & Improvements
•	UI Enhancements: Improved layout in index.html; added GitHub and download links.
•	Login Fixes: Corrected redirect URL in login.html for GitHub OAuth.
•	Navigation Update: Changed onboarding route to dashboard for better UX.
•	Server Management Refactor:
•	Integrated server configuration into a new form component.
•	Refactored server-related components for better structure and reusability.
•	Discovery Page:
•	Added loading skeletons.
•	Improved messaging for server availability.
•	Localization: Added new translation keys for improved i18n support.
•	API Alignment: Updated server config endpoint to match backend changes.
•	Project Structure:
•	Added .env.example for environment setup.
•	Updated .gitignore to exclude sensitive files.
•	Bumped version from v1.2.3 → v1.2.5.
•	Cleanup: Removed deprecated OnBoardingPage.
🖥️ Note
Many new servers were added during this update but may not be listed individually here.
Full Changelog: v1.2.5...v1.2.5
v1.2.4
🆕 MCP-Linker v1.2.4
✨ New Features
- Custom Server Support: Added a button in the Discovery UI to manually add custom MCP servers.
 - Enhanced EnvEditor: Now supports dynamically adding and removing environment variables.
 - Improved Server Configuration: Dynamic fields based on server type (Stdio / SSE) for clearer and more flexible setup.
 
🛠️ Build & Release Improvements
- Streamlined Windows release workflow:
 - Manual trigger with version input.
 - Build step added before tagging.
 - Renamed job to release for clarity.
 - Unified version format (removed v prefix).
 - Removed Spanish localization file for cleanup.
 
📝 Documentation Updates
- English README: Added Neovim support and a “What’s New” section for custom servers.
 - Improved table of contents and section organization.
 - Removed Gumroad download links from Japanese and Chinese READMEs.
 
v1.2.4-beta.1
Add custom server
get new release at https://github.com/milisp/mcp-linker/releases
feat: enhance EnvEditor and Discovery components with new functionality
- Updated EnvEditor to support adding and removing environment variables dynamically.
 - Introduced a button in Discovery for adding custom servers, improving user interaction.
 - Enhanced localization by adding new translation keys for custom server functionality.
 - Modified ServerConfig type to allow optional properties for better flexibility.
 
change version to 1.2.4-beta.1
v1.2.3
Support more client vscode, mcphub.nvim, cline
feat: add new client options and enhance JSON handling for vscode and mcphub
- Added new client options: Cline, Vscode, and mcphub.nvim to the client selector.
 - Updated EnvEditor to streamline environment variable handling.
 - Modified needspathClient to include Vscode.
 - Introduced hasViewed property in ServerType for tracking user interactions.
 - Enhanced client configuration paths for Cline and Vscode in the Rust backend.
 - Improved JSON management functions to normalize response keys for client consistency.
 
v1.2.2
Linux Support
chore: update dependencies and enhance UI components
- Upgraded @radix-ui/react-dialog from version 1.1.6 to 1.1.11 for improved functionality.
 - Updated Node.js engine requirement from version 18 to 20 in package.json.
 - Enhanced README with a new section inviting feedback for a Linux version.
 - Refactored client selection logic in various components to improve clarity and maintainability.
 - Improved UI consistency across components, including ServerCard and Sidebar.
 - Added multi-language support for new UI elements and server management features.
 - Add Contributors file
 
Linux
- glibc: Version 2.39 or higher is required.
 - Supported Distributions:
- Ubuntu 24.04
 - Fedora 40
 
 - Note: If your glibc version is lower than 2.39, please wait for the next release or build it yourself.
 - How to check: Run the command 
ldd --version