如何在Augment中安装Promptx MCP
PromptX
1
帖子
1
发布者
82
浏览
1
关注中
-
Augment
本文档用于介绍如何在Augment中安装Promptx MCP
本文档的Augment使用的是VSCode插件
安装命令
本地模式(推荐)
{ "mcpServers": { "promptx": { "command": "npx", "args": [ "-y", "-f", "--registry", "https://registry.npmjs.org", "dpml-prompt@beta", "mcp-server" ] } } }
Http模式
{ "mcpServers": { "promptx": { "type": "http", "url": "http://localhost:3000/mcp" } } }
流程图
1. 打开Augment的MCP页面
2. 复制安装命令,进行粘贴
2.1 本地模式(推荐)
2.2 Http模式
3. 完成安装