mcp-linker
by milisp
Overview
Sync and manage Model Context Protocol (MCP) server configurations across various AI clients like Claude Desktop, Cursor, and VS Code, providing a marketplace for server templates and cloud synchronization.
Installation
bun tauri devEnvironment Variables
- VITE_API_BASE_URL
- VITE_SUPABASE_URL
- VITE_SUPABASE_ANON_KEY
- VITE_REDIRECT_URL
Security Notes
The application's core functionality involves executing external commands (e.g., git, python, node, uv, claude-cli) as defined by MCP server configurations. This inherently carries a risk if users add or use configurations from untrusted sources, potentially leading to arbitrary code execution on their machine. Input validation for server definitions (DXTManifestSchema) exists but the 'command' field allows arbitrary strings. Authentication for cloud sync uses standard bearer tokens. Supabase API keys are expected to be configured via environment variables. No 'eval' or direct obfuscation found. The risk largely depends on user's diligence in vetting MCP server sources.
Similar Servers
mcp-router
A desktop application for managing Model Context Protocol (MCP) servers, supporting local and remote connections, context management, and integration with AI tools.
cli
The Smithery CLI installs, manages, develops, and runs Model Context Protocol (MCP) servers, acting as a client-agnostic tool for AI client integration.
mmcp
Manages Model Context Protocol (MCP) server definitions in a central configuration and applies them to various AI agent tools.
mcp-cli
Manages and deploys Model Context Protocol (MCP) server configurations (local, container, remote) to various AI tools, simplifying their setup and profile switching.