loading…
Search for a command to run...
loading…
MCP server that enables deployment and management of MCP servers through a simple configuration-based interface.
MCP server that enables deployment and management of MCP servers through a simple configuration-based interface.
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"
]
}
}
}
| Host | Configuration 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) |
uvx is bundled with it)Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcpdeployment": {
"command": "npx",
"args": []
}
}
}