﻿---
title: "工作区 VS-MCP 包装"
filename: "terminal"
canonical: /templates/smart-vs-mcp-codex-plugin/
---

# 工作区 VS-MCP 包装

从 Al3xisDani3l/smart-vs-mcp 添加插件源，安装后自动登记 vs-mcp-smart stdio 服务。指定分支使用 --ref。

```
codex plugin marketplace add Al3xisDani3l/smart-vs-mcp
codex plugin add smart-vs-mcp
codex plugin list

# 清单快照没刷新：
# codex plugin marketplace upgrade smart-vs-mcp-dev
# codex plugin add smart-vs-mcp --marketplace smart-vs-mcp-dev

# 钉分支：
# codex plugin marketplace add Al3xisDani3l/smart-vs-mcp --ref smart-vs-mcp-dev
# codex plugin add smart-vs-mcp

# 只要 stdio、不装插件：
# codex mcp add vs-mcp-smart -- npx -y @al3xisdani3l/smart-vs-mcp

# [mcp_servers.vs-mcp-smart]
# command = "npx"
# args = ["-y", "@al3xisdani3l/smart-vs-mcp"]

```
