petro-mcp for Zed
io.github.petropt/petro-mcp
MCP server for petroleum engineering: LAS logs, decline curves, PVT, petrophysics, volumetrics.
client:Zed
transport:stdio
runtime:pypi
Install petro-mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"petro-mcp": {
"command": "uvx",
"args": [
"petro-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs