MCP Hub
Back to servers

mcpdeployment

MCP server that enables deployment and management of MCP servers through a simple configuration-based interface.

glama
Updated
Apr 23, 2026

MCP Deployment Server

Installation

This server can be used with any MCP-compatible host (Claude Desktop, Cursor, Windsurf, VS Code, etc.).

Add the following to your MCP host's configuration file:

{
  "mcpServers": {
    "mcpdeployment": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/manutri1986/mcpdeployment.git",
        "mcp-server"
      ]
    }
  }
}

Configuration file locations by host

HostConfiguration File
Claude Desktop (macOS)~/Library/Application Support/Claude/claude_desktop_config.json
Claude Desktop (Windows)%APPDATA%\Claude\claude_desktop_config.json
Cursor.cursor/mcp.json (project) or ~/.cursor/mcp.json (global)
Windsurf~/.codeium/windsurf/mcp_config.json
VS Code (Copilot).vscode/mcp.json (project) or User settings.json
Claude Code (CLI).claude/mcp.json (project) or ~/.claude/mcp.json (global)

Prerequisites

  • uv must be installed (uvx is bundled with it)

Reviews

No reviews yet

Sign in to write a review