# Intel® 设备管理工具包(DMT) MCP服务器
## 先决条件
- 安装了Python 3.10或更高版本
- 安装了[uv](https://docs.astral.sh/uv/getting-started/installation/)
- DMT设置
- 管理存在服务器(MPS)已准备好。详情请参阅 https://device-management-toolkit.github.io/docs/2.27/GetStarted/Enterprise/setup/
- AMT设备/远程配置客户端(RPC)已准备好。详情请参阅 https://device-management-toolkit.github.io/docs/2.27/GetStarted/Enterprise/activateDevice/
*** 下面的指令需要在MPS上执行。
## 安装
git clone https://github.com/Desmond0804/Intel_DMT_MCP_Server.git cd Intel_DMT_MCP_Server
uv venv source .venv/bin/activate
uv sync
## 运行服务器
uv --directory /ABSOLUTE/PATH/TO/PARENT/FOLDER/Intel_DMT_MCP_Server run app.py
## 使用[MCP Inspector](https://github.com/modelcontextprotocol/inspector)进行测试
- 要求:Node.js ^22.7.5
npx @modelcontextprotocol/inspector uv --directory /ABSOLUTE/PATH/TO/PARENT/FOLDER/Intel_DMT_MCP_Server run app.py