Skip to content
Windsurf

Maximo Enterprise MCP for Windsurf

io.github.maxistechnology-dev/maximo-mcp

MCP server for IBM Maximo, by Maxis Technology — assets, work orders, inventory, purchasing, labor.

client:Windsurf transport:stdio runtime:pypi

Install Maximo Enterprise MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "maximo-mcp": {
      "command": "uvx",
      "args": [
        "maximo-enterprise-mcp"
      ],
      "env": {
        "MAXIMO_URL": "<MAXIMO_URL>",
        "MAXIMO_HOST": "<MAXIMO_HOST>",
        "AUTH_MODE": "<AUTH_MODE>",
        "MAXIMO_USERNAME": "<MAXIMO_USERNAME>",
        "MAXIMO_PASSWORD": "<MAXIMO_PASSWORD>",
        "MAXIMO_API_KEY": "<MAXIMO_API_KEY>",
        "CURRENT_USER_ROLE": "<CURRENT_USER_ROLE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Maximo Enterprise MCP in other clients