Skip to content
Grok

petromcp for Grok

io.github.ameyxd/petromcp

Local-first MCP server: read LAS well logs and DLIS files from your own disk.

client:Grok transport:stdio runtime:pypi

Install petromcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "petromcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "petroleum-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

petromcp in other clients