CursorPool
← 返回首页

Maximo MCP Server

将 AI 助手连接到 IBM Maximo 进行企业资产管理:发现 API 和对象结构、检查 schema、通过 OSLC REST API 查询实时数据并生成 Carbon Design System 看板,支持工单、资产、服务请求等。

cursor.directory·1
MCPMaximo MCP Server
添加到 Cursor

This config will be passed to Cursor on install. Inspect 'command', 'args', and 'env' before continuing.

{
  "command": "npx",
  "args": [
    "-y",
    "maximo-mcp-server"
  ],
  "env": {
    "MAXIMO_URL": "https://your-maximo-host/maximo/api",
    "MAXIMO_API_KEY": "your-api-key-here",
    "MAXIMO_HOST": "https://your-maximo-host"
  }
}