My MCP Server

April 13, 2025 ยท View on GitHub

Installation

Requirements

  • (Technically optional) just for easy command execution

Install gems

just install

Set environment variables

cp .env.template .env

and add all necessary values

Add to MCP Client

Claude

{
  "mcpServers": {
    "my_mcp_server": {
      "command": "just",
      "args": [
        "-f",
        "/absolute/path/to/my-mcp-server/Justfile",
        "run"
      ]
    }
  }
}

Contents

  1. 1Installation
  2. 1.1Requirements
  3. 1.2Install gems
  4. 1.3Set environment variables
  5. 1.4Add to MCP Client