18 hours ago
Server Config
{
"mcpServers": {
"itm-platform": {
"command": "npx",
"args": [
"@itm-platform/mcp-server"
],
"env": {
"ITM_API_URL": "https://api.itmplatform.com",
"ITM_COMPANY": "{your-account}",
"ITM_API_KEY": "your-api-key"
}
}
}
}