Skip to content
Zed

mcp server for Zed

io.github.oilpriceapi/mcp-server

Source-timestamped energy data and reviewed OilPriceAPI product facts for MCP clients.

client:Zed transport:stdio runtime:npm

Install mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "oilpriceapi-mcp"
      ],
      "env": {
        "OILPRICEAPI_KEY": "<OILPRICEAPI_KEY>",
        "OILPRICEAPI_MCP_SCOPE": "<OILPRICEAPI_MCP_SCOPE>",
        "OILPRICEAPI_MCP_PROFILE": "<OILPRICEAPI_MCP_PROFILE>",
        "OILPRICEAPI_MCP_CATEGORIES": "<OILPRICEAPI_MCP_CATEGORIES>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp server in other clients