CursorPool
← 返回首页
AMD RyzenAI MCP Server logo

AMD RyzenAI MCP Server

0

提供对 AMD Ryzen AI 文档和 amd/RyzenAI-SW 仓库代码示例的语义搜索与访问的 MCP server。

MCPAMD RyzenAI MCP 服务器
添加到 Cursor

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

{
  "icon": "./icon.svg",
  "name": "AMD Ryzen AI",
  "config": {
    "env": {
      "GITHUB_TOKEN": "",
      "PYTHONUNBUFFERED": "1"
    },
    "args": [
      "server.py"
    ],
    "command": "python"
  },
  "transport": [
    "stdio"
  ],
  "description": "Semantic search and access to AMD Ryzen AI documentation and code examples with enhanced embeddings."
}