Skip to content
VS Code

petro-mcp for VS Code

io.github.petropt/petro-mcp

MCP server for petroleum engineering: LAS logs, decline curves, PVT, petrophysics, volumetrics.

client:VS Code transport:stdio runtime:pypi

Install petro-mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "petro-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "petro-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

petro-mcp in other clients