claudecode-mcp-async-windows
Verified Safeby win10ogod
Overview
Provides an asynchronous, multi-instance wrapper for the Claude Code CLI, enabling parallel execution of coding tasks without blocking the main session.
Installation
uvx claudecode-mcp-async-windowsSecurity Notes
The server acts as a wrapper for the Claude Code CLI, invoking it via subprocess calls. Its primary security implications stem from the underlying 'claude' CLI itself, especially when the '--dangerously-skip-permissions' flag is used. The wrapper does not introduce 'eval' or other direct code execution vulnerabilities. Process cleanup mechanisms are implemented to prevent zombie processes, enhancing system stability.
Similar Servers
claude-code-subagents-collection
The repository serves as a comprehensive marketplace and registry for Claude Code, offering a wide array of specialized AI agents, commands, hooks, and a catalog of external Model Context Protocol (MCP) servers to enhance development workflows.
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
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.
mcpick
Manages MCP server configurations for Claude Code to optimize context usage and performance by enabling/disabling servers, creating backups, and using profiles.