Skip to content

HCM MCP Server for Oracle Fusion Cloud (unofficial) for Zed

io.github.mohantyajitesh/fusion-hcm-mcp-server

Open-source, write-capable MCP server for Oracle Fusion HCM. Safe by default. Unofficial.

client:Zed transport:stdio runtime:pypi

Install HCM MCP Server for Oracle Fusion Cloud (unofficial) 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": {
    "fusion-hcm-mcp-server": {
      "command": "uvx",
      "args": [
        "fusion-hcm-mcp-server"
      ],
      "env": {
        "HCM_BASE_URL": "<HCM_BASE_URL>",
        "HCM_USERNAME": "<HCM_USERNAME>",
        "HCM_PASSWORD": "<HCM_PASSWORD>",
        "CONFIG_FILE": "<CONFIG_FILE>"
      }
    }
  }
}

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

HCM MCP Server for Oracle Fusion Cloud (unofficial) in other clients