This MCP server provides semantic search and access to AMD Ryzen AI documentation and code examples from the [amd/RyzenAI-SW](https://github.com/amd/RyzenAI-SW) repository and [AMD Ryzen AI documentation](https://ryzenai.docs.amd.com/).
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"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."
}