Catalog
io.github.itmplatform/mcp-server
Officialby itmplatform · TypeScript
ITM Platform
Connect AI assistants to ITM Platform projects, tasks, budgets, risks, and team workload.
Connect AI to ITM Platform for managing projects, tasks, budgets, risks, and team workload.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
ITM_API_URLITM Platform API gateway URL
ITM_COMPANYYour company/account slug
ITM_API_KEYYour personal API key
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@itm-platform/mcp-server@1.0.3"
],
"env": {
"ITM_API_URL": "<YOUR_ITM_API_URL>",
"ITM_COMPANY": "<YOUR_ITM_COMPANY>",
"ITM_API_KEY": "<YOUR_ITM_API_KEY>"
}
}
}
}