Skip to content
Cursor

Infrawise for Cursor

io.github.infrawise/mcp-server

Azure FinOps cost optimization for Claude Code: idle resources, rightsizing, reserved savings.

client:Cursor transport:stdio runtime:npm

Install Infrawise in Cursor

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

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@infrawise/mcp-server"
      ]
    }
  }
}

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

Infrawise in other clients