Skip to content
Cursor

auravms mcp for Cursor

io.github.dann26parr69/auravms-mcp

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

client:Cursor transport:stdio runtime:npm

Install auravms mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

auravms mcp in other clients