MCP.so
登录

Teamwork.com

@teamwork

关于 Teamwork.com

Official Teamwork.com MCP server.

基本信息

分类

其他

传输方式

stdio

发布者

teamwork

提交者

Rafael Dantas Justo

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Teamwork.com": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "TW_MCP_BEARER_TOKEN",
        "ghcr.io/teamwork/mcp:latest"
      ],
      "env": {
        "TW_MCP_BEARER_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Teamwork.com?

The Teamwork.com MCP server provides a bridge between AI assistants and the Teamwork.com project management platform, exposing tools via the Model Context Protocol. It supports multiple transport modes and secure authentication, and is designed for developers who need to integrate Teamwork.com data into AI workflows.

How to use Teamwork.com?

Refer to the usage guide at https://github.com/Teamwork/mcp/blob/main/usage.md for installation and configuration. The server can be run via HTTP or STDIO, and authentication uses bearer tokens or OAuth2.

Key features of Teamwork.com

  • Multiple transport modes: HTTP and STDIO interfaces
  • Secure authentication with bearer tokens and OAuth2
  • Extensible toolset architecture for adding new capabilities
  • Production-ready logging, monitoring, and observability
  • Optional read-only mode to restrict operations

Use cases of Teamwork.com

  • Automate project management tasks through AI assistants
  • Securely query Teamwork.com data using OAuth2
  • Develop custom tools with the extensible framework
  • Deploy in production with full observability
  • Restrict operations to read-only for safe exploration

FAQ from Teamwork.com

What authentication methods does the server support?

It supports bearer token and OAuth2 integration with Teamwork.com.

What transport modes are available?

HTTP and STDIO interfaces for different deployment scenarios.

Is there a read-only mode?

Yes, an optional read-only mode is available to restrict operations.

What are the runtime dependencies?

评论

其他 分类下的更多 MCP 服务器