miyabi-mcp-bundle
Verified Safeby ShunsukeHayashi
Overview
An all-in-one MCP server providing a vast array of development, monitoring, and automation tools, enabling Claude Desktop and AI agents to perform complex software development, operations, and analysis tasks efficiently and securely.
Installation
npx miyabi-mcp-bundleEnvironment Variables
- GITHUB_TOKEN
- MIYABI_REPO_PATH
Security Notes
The project demonstrates a strong commitment to security, implementing dedicated utilities for input sanitization (`sanitizeShellArg`), path traversal protection (`sanitizePath`), hostname validation (`isValidHostname`), and PID validation (`isValidPid`). It explicitly handles common vulnerabilities and documents its security posture. Shell command execution (`execAsync`) is central but is consistently wrapped with robust input filtering. A minor concern is a hardcoded default for `PUSHCUT_API_KEY`, but it's an optional feature and is likely intended to be overridden by environment variables.
Similar Servers
claude-codex-settings
A comprehensive toolkit and configuration for developing Claude Code plugins, integrating various external services and APIs, and enhancing AI-assisted coding workflows.
tmux-mcp
Enables AI assistants (like Claude Desktop) to interact with, control, and observe tmux terminal sessions by providing tools for session management and command execution.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
mcp-ssh-manager
Manages remote SSH servers via the Model Context Protocol (MCP), enabling AI assistants like Claude Code and OpenAI Codex to execute commands, transfer files, monitor health, and automate DevOps tasks.