Skip to content

serverless-dna/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Serverless DNA Homebrew Tap

This is the official Homebrew tap for Serverless DNA tools and utilities.

Available Packages

run-mcp

A cross-platform binary for running MCP (Model Context Protocol) servers in containers.

Installation

# Add the tap
brew tap walmsles/serverless-dna

# Install run-mcp
brew install run-mcp

run-mcp Usage

After installation, you can use run-mcp to run MCP servers in containers:

# Run a Node.js MCP server
run-mcp node /path/to/server.js

# Run a Python MCP server  
run-mcp python /path/to/server.py

# Run with uvx (Python package runner)
run-mcp uvx mcp-server-sqlite --db-path /data/db.sqlite

# Show help
run-mcp --help

# Show version
run-mcp --version

run-mcp Features

  • Cross-platform: Works on macOS and Linux
  • Auto-detection: Automatically detects Docker, Podman, nerdctl, or Finch
  • Language inference: Detects Node.js or Python from commands
  • Secure environment passthrough: Allowlist-based environment variable filtering
  • Volume management: Persistent home directories for MCP servers
  • Signal handling: Proper process management and cleanup

Requirements

  • A container runtime (Docker, Podman, nerdctl, or Finch)
  • macOS 10.15+ or Linux

Documentation

For full documentation, visit the main repository.

Issues

Please report issues in the main repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages