Serverscom.teamwork/mcp
M

com.teamwork/mcp

com.teamwork/mcp · v1.18.2
▦ docker
v1.18.2docker oci: docker.io/teamwork/mcp:v1.18.2🌐 https://mcp.ai.teamwork.com↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.teamwork/mcp",
  "description": "The Teamwork.com official MCP server helps teams efficiently manage client projects with AI.",
  "repository": {
    "url": "https://github.com/teamwork/mcp",
    "source": "github"
  },
  "version": "1.18.2",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/teamwork/mcp:v1.18.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key generated from the Teamwork.com OAuth2 process: https://apidocs.teamwork.com/guides/teamwork/app-login-flow",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TW_MCP_BEARER_TOKEN"
        },
        {
          "description": "Choose log output format between 'text' or 'json'. Default is 'text'.",
          "format": "string",
          "name": "TW_MCP_LOG_FORMAT"
        },
        {
          "description": "Choose log level between 'debug', 'info', 'warn' or 'error'. Default is 'info'.",
          "format": "string",
          "name": "TW_MCP_LOG_LEVEL"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "sse",
      "url": "https://mcp.ai.teamwork.com",
      "headers": [
        {
          "description": "API key generated from the Teamwork.com OAuth2 process: https://apidocs.teamwork.com/guides/teamwork/app-login-flow",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    },
    {
      "type": "streamable-http",
      "url": "https://mcp.ai.teamwork.com",
      "headers": [
        {
          "description": "API key generated from the Teamwork.com OAuth2 process: https://apidocs.teamwork.com/guides/teamwork/app-login-flow",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}