MCP.so
ログイン

ITM Platform

@itmplatform

ITM Platform について

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.

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

itmplatform

投稿者

Daniel Piret - ITM Platform

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is ITM Platform?

ITM Platform MCP Server connects ITM Platform’s project and portfolio management to AI assistants through the Model Context Protocol. It is designed for project managers and teams using ITM Platform who want to query, update, and analyze project data via AI‑powered chats.

How to use ITM Platform?

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.

Key features of ITM Platform

  • 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

Use cases of ITM Platform

  • Get a quick project status summary in a team chat
  • Pull a portfolio overview including budgets and margins
  • Assess team workload across active projects
  • Perform risk analysis with built‑in prompt templates
  • Query DataMart data for custom reports

FAQ from ITM Platform

Which AI assistants can I use?

ITM Platform works with Claude, VS Code, Cursor, OpenAI Codex, Windsurf, JetBrains AI Assistant, and any MCP‑compatible client.

Do I need to install anything for the hosted version?

No. Just configure your MCP client to point to the hosted URL – no software or dependencies to install.

How do I authenticate?

Use OAuth 2.1 + PKCE for the hosted option (browser‑based login) or provide an API key when running the local npm package.

What data can I access?

Only data your ITM Platform account is permitted to see. The server authenticates as you and enforces the same permissions.

How many tools and resources are available?

The server provides 20 tools (15 read, 5 write), 6 resources, and 4 prompt templates.

コメント

「開発者ツール」の他のコンテンツ