Cover image
Try Now
2025-02-25

Una aplicación GO liviana que analiza los archivos de configuración JSON y ejecuta comandos con variables de entorno especificadas.

3 years

Works with Finder

1

Github Watches

6

Github Forks

31

Github Stars

MCP Starter

A lightweight Go application that parses JSON configuration files and executes commands with specified environment variables.

Features

  • Parses JSON configuration files
  • Executes commands with environment variables
  • Supports single server configuration
  • Cross-platform (Linux, Windows, macOS)

Installation

Pre-built Binaries

Download the latest release for your platform from the Releases page.

From Source

  1. Ensure you have Go installed (version 1.21 or higher)

  2. Clone the repository:

    git clone https://github.com/daniel-lxs/mcp-starter.git
    cd mcp-starter
    
  3. Build the application:

    go build -o mcp-starter
    

    Windows Users: To prevent terminal windows from appearing when the application is launched, use:

    go build -ldflags "-H=windowsgui" -o mcp-starter.exe
    

Usage

  1. Create a JSON configuration file (e.g., config.json):

    {
      "mcpServers": {
        "MyServer": {
          "command": "my-command",
          "args": ["arg1", "arg2"],
          "env": {
            "MY_ENV_VAR": "value"
          }
        }
      }
    }
    
  2. Prepare the command to add it to Cursor:

    path/to/mcp-starter path/to/config.json
    
  3. Paste the command into the "Add MCP Server dialog: image

Note: Use the full path to the executable and the config file.

Configuration

The JSON configuration file must contain exactly one server definition with the following structure:

{
  "mcpServers": {
    "ServerName": {
      "command": "command-to-execute",
      "args": ["argument1", "argument2"],
      "env": {
        "ENV_VAR_NAME": "value"
      }
    }
  }
}
  • command: The command to execute (required)
  • args: Array of arguments to pass to the command (optional)
  • env: Key-value pairs of environment variables (optional)

Development

Building

To build the application:

go build -o mcp-starter

See Installation section for platform-specific build instructions.

Testing

Run the tests:

go test ./...

Linting

Run the linter:

golangci-lint run

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

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

Windows Users

The Windows executable is not code-signed. To run it:

  1. Right-click the .exe file
  2. Select "Properties"
  3. Check "Unblock" under the General tab
  4. Click "OK"
  5. Run the executable

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://appia.in
  • Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • tomoyoshi hirata
  • Sony α7IIIマニュアルアシスタント

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • jae-jae
  • Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.

  • ravitemer
  • Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)

  • patruff
  • Puente entre los servidores Ollama y MCP, lo que permite a LLM locales utilizar herramientas de protocolo de contexto del modelo

  • pontusab
  • La comunidad de cursor y windsurf, encontrar reglas y MCP

  • av
  • Ejecute sin esfuerzo LLM Backends, API, frontends y servicios con un solo comando.

  • WangRongsheng
  • 🧑‍🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.

  • Mintplex-Labs
  • La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.

    Reviews

    5 (1)
    Avatar
    user_b1kVMARy
    2025-04-18

    As a dedicated user of the mcp-starter, I must say it is an exceptional tool for kickstarting projects efficiently. Created by daniel-lxs, this tool streamlines the initial setup process, saving valuable time. The integration with GitHub and clear documentation enhance usability for both beginners and experienced developers. Highly recommend checking it out at https://github.com/daniel-lxs/mcp-starter!