petro-mcp for Cursor
io.github.petropt/petro-mcp
MCP server for petroleum engineering: LAS logs, decline curves, PVT, petrophysics, volumetrics.
client:Cursor
transport:stdio
runtime:pypi
Install petro-mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"petro-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"petro-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs