Skip to content

IBM Maximo for Zed

io.github.markusvankempen/maximo-mcp-server

Connect AI assistants to IBM Maximo for API discovery, OSLC querying, and Carbon UI generation.

client:Zed transport:stdio runtime:npm

Install IBM Maximo 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": {
    "maximo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "maximo-mcp-server"
      ],
      "env": {
        "MAXIMO_URL": "<MAXIMO_URL>",
        "MAXIMO_API_KEY": "<MAXIMO_API_KEY>",
        "MAXIMO_HOST": "<MAXIMO_HOST>"
      }
    }
  }
}

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

IBM Maximo in other clients