ITM Platform

by itmplatform

357 downloads
Not rated
GitHub

About

Connect AI assistants to ITM Platform project management. Search projects, inspect budgets, summarize portfolio health, create tasks, and log risks and issues using your ITM Platform permissions. 20 tools, OAuth or API key, hosted or local.

Details

Author
itmplatform
Downloads
357
Categories
Developer Tools, Project Management, AI, Productivity

- 20 tools (15 read, 5 write) for project and portfolio management
- Search projects, services, budgets, actuals, and revenue
- List tasks, risks, issues, and aggregate portfolio data
- Create or update tasks, risks, issues, and projects
- Run validated DataMart queries
- 6 resources and 4 prompt templates for status and analysis

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ITM Platform
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Two connection options: hosted (OAuth 2.1 + PKCE, no install) using the URL https://api.itmplatform.com/v2/_/mcp/, or local (API key) via npx @itm-platform/mcp-server. The server authenticates as you and only exposes data your account is allowed to access.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "itm platform": {
            "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"
                }
            }
        }
    }
}

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

ITM Platform MCP Server

Connect ITM Platform project and portfolio management to AI assistants through the Model Context Protocol. Works with Claude, VS Code, Cursor, OpenAI Codex, Windsurf, JetBrains AI Assistant, and any MCP-compatible client.

Capabilities

- 20 tools (15 read, 5 write): search projects and services, inspect budgets, actuals, revenue and margin, list tasks, risks and issues, aggregate portfolio data, run validated DataMart queries, and create or update tasks, risks, issues and projects. - 6 resources and 4 prompt templates for project status, portfolio overview, team workload, and risk analysis.

Connect

Hosted (OAuth 2.1 + PKCE) -- nothing to install: https://api.itmplatform.com/v2/_/mcp/ Local (API key) via npm: npx @itm-platform/mcp-server The server authenticates as you and returns only data your ITM Platform account is allowed to access. - Docs: https://developers.itmplatform.com/mcp/ - npm: https://www.npmjs.com/package/@itm-platform/mcp-server - Repo: https://github.com/itmplatform/mcp-server
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.