AUTO.RIA Used Cars for Zed
io.github.yevhen-kalyna/autoria-mcp
MCP server for the AUTO.RIA (ria.com) used-car API: search, listings, AI average prices.
client:Zed
transport:stdio
runtime:pypi
Install AUTO.RIA Used Cars in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"autoria-mcp": {
"command": "uvx",
"args": [
"autoria-mcp"
],
"env": {
"AUTORIA_API_KEY": "<AUTORIA_API_KEY>",
"AUTORIA_USER_ID": "<AUTORIA_USER_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs