Skip to content
Zed

auravms mcp for Zed

io.github.dann26parr69/auravms-mcp

Create RFQs, compare supplier quotes with L1/L2/L3 ranking, and place purchase orders.

client:Zed transport:stdio runtime:npm

Install auravms mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "auravms-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "auravms-mcp"
      ],
      "env": {
        "AVMS_API_KEY": "<AVMS_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

auravms mcp in other clients