Back to Home
milisp icon

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

Run Command
bun tauri dev

Environment 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

Stats

Interest Score68
Security Score6
Cost ClassHigh
Avg Tokens3500
Stars234
Forks19
Last Update2025-12-03

Tags

AI clientsMCPconfiguration managementTauricloud synccross-platform