MCP Server
MCP
ITM Platform
Connect AI assistants to ITM Platform projects, tasks, budgets, risks, and team workload.
Install
npx -y @itm-platform/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://api.itmplatform.com/v2/_/mcp/"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@itm-platform/mcp-server",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ITM Platform API gateway URL",
"name": "ITM_API_URL"
},
{
"description": "Your company/account slug",
"name": "ITM_COMPANY"
},
{
"description": "Your personal API key",
"name": "ITM_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment