← Back to Plugins
MCP Server MCP

ITM Platform

github By github 👁 1 views ▲ 0 votes

Connect AI assistants to ITM Platform projects, tasks, budgets, risks, and team workload.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...