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.
概要
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.
サーバー設定
{
"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"
}
}
}
}