From fdc81aca927a0763e9b6335eeefc2868158c80a4 Mon Sep 17 00:00:00 2001 From: Rafael Dantas Justo Date: Fri, 15 Aug 2025 16:06:23 -0300 Subject: [PATCH 1/3] Add Teamwork.com MCP server to registry Adds the official Teamwork.com MCP server to the registry: https://github.com/Teamwork/mcp The MCP server is available at: https://mcp.ai.teamwork.com Additional information can be found at: https://www.teamwork.com/product/ai/ --- servers/teamwork/server.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 servers/teamwork/server.yaml diff --git a/servers/teamwork/server.yaml b/servers/teamwork/server.yaml new file mode 100644 index 000000000..d0632e2e2 --- /dev/null +++ b/servers/teamwork/server.yaml @@ -0,0 +1,25 @@ +name: teamwork +image: mcp/teamwork +type: server +meta: + category: productivity + tags: + - ai + - artificial-intelligence + - teamwork +about: + title: Teamwork + description: Tools for Teamwork.com products. + icon: https://avatars.githubusercontent.com/u/4037476?v=4 +source: + project: https://github.com/teamwork/mcp + branch: main +run: + command: + - /bin/tw-mcp-stdio +config: + description: Configure the connection to Teamwork.com MCP server + secrets: + - name: teamwork.tw_mcp_bearer_token + env: TW_MCP_BEARER_TOKEN + example: tkn.v1_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX= \ No newline at end of file From 0427f33bf526b22afe3b3d20c6bb95b48b0ea2ff Mon Sep 17 00:00:00 2001 From: Rafael Dantas Justo Date: Mon, 18 Aug 2025 13:16:27 -0300 Subject: [PATCH 2/3] Fix: Default Dockerfile entrypoint is now the STDIO mode Applied changes to the Dockerfile to run the STDIO binary by default. --- servers/teamwork/server.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/servers/teamwork/server.yaml b/servers/teamwork/server.yaml index d0632e2e2..a79454c0b 100644 --- a/servers/teamwork/server.yaml +++ b/servers/teamwork/server.yaml @@ -14,9 +14,6 @@ about: source: project: https://github.com/teamwork/mcp branch: main -run: - command: - - /bin/tw-mcp-stdio config: description: Configure the connection to Teamwork.com MCP server secrets: From e84fb7f47ee8256f7908b2725a42b0a4d3800d7d Mon Sep 17 00:00:00 2001 From: Rafael Dantas Justo Date: Mon, 18 Aug 2025 14:46:27 -0300 Subject: [PATCH 3/3] Enhancement: Adjust server config to better match template reference --- servers/teamwork/server.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/servers/teamwork/server.yaml b/servers/teamwork/server.yaml index a79454c0b..54b4f22c7 100644 --- a/servers/teamwork/server.yaml +++ b/servers/teamwork/server.yaml @@ -19,4 +19,5 @@ config: secrets: - name: teamwork.tw_mcp_bearer_token env: TW_MCP_BEARER_TOKEN - example: tkn.v1_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX= \ No newline at end of file + example: + required: true