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
{
"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