MCP server for semantically searching AMD Ryzen AI docs and the amd/RyzenAI-SW repository, with access to code examples, documentation pages, and structure-aware retrieval for better AMD-optimized code generation.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "python",
"args": [
"./server.py"
],
"cwd": "${PLUGIN_ROOT}",
"env": {
"PYTHONUNBUFFERED": "1",
"GITHUB_TOKEN": ""
}
}