{"id":31447929,"url":"https://github.com/teamwork/mcp","last_synced_at":"2026-06-11T20:00:53.462Z","repository":{"id":310059324,"uuid":"1038536145","full_name":"Teamwork/mcp","owner":"Teamwork","description":"Teamwork.com MCP server","archived":false,"fork":false,"pushed_at":"2026-06-04T22:05:43.000Z","size":28059,"stargazers_count":21,"open_issues_count":3,"forks_count":18,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-05T00:06:06.603Z","etag":null,"topics":["ai","artificial-intelligence","mcp","mcp-server","mcp-tools","teamwork"],"latest_commit_sha":null,"homepage":"https://mcp.ai.teamwork.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Teamwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-08-15T11:39:09.000Z","updated_at":"2026-06-04T22:05:36.000Z","dependencies_parsed_at":"2025-08-15T14:23:18.182Z","dependency_job_id":"0be106b4-8f37-410d-874f-0a6dc00f7090","html_url":"https://github.com/Teamwork/mcp","commit_stats":null,"previous_names":["teamwork/mcp"],"tags_count":136,"template":false,"template_full_name":null,"purl":"pkg:github/Teamwork/mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fmcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fmcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fmcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fmcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Teamwork","download_url":"https://codeload.github.com/Teamwork/mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fmcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34215254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","artificial-intelligence","mcp","mcp-server","mcp-tools","teamwork"],"created_at":"2025-10-01T02:14:15.136Z","updated_at":"2026-06-11T20:00:53.422Z","avatar_url":"https://github.com/Teamwork.png","language":"Go","funding_links":[],"categories":["پیاده‌سازی‌های سرور"],"sub_categories":["🏢 \u003ca name=\"workplace-and-productivity\"\u003e\u003c/a\u003eمحیط کار و بهره‌وری"],"readme":"# Teamwork MCP Server\n\n\u003e Model Context Protocol server for Teamwork.com integration with Large Language\n\u003e Models\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/teamwork/mcp)](https://goreportcard.com/report/github.com/teamwork/mcp)\n[![Go](https://img.shields.io/badge/Go-1.26.0-blue.svg)](https://golang.org/)\n[![MCP](https://img.shields.io/badge/MCP-Compatible-green.svg)](https://modelcontextprotocol.io/)\n\n📌 Are you a Teamwork.com user wanting to connect AI tools to your Teamwork.com\nsite right now? Jump straight to the **[Usage Guide](docs/usage/README.md)** for\ntokens, enabling MCP, and client configuration examples.\n\n## 📖 Overview\n\nThis MCP (Model Context Protocol) server enables seamless integration between\nLarge Language Models and Teamwork.com. It provides a standardized interface for\nLLMs to interact with Teamwork.com projects, allowing AI agents to perform\nvarious project management operations.\n\n### 🤖 What is MCP?\n\nModel Context Protocol (MCP) is an open protocol that standardizes how\napplications provide context to LLMs. This server describes all the actions\navailable in Teamwork.com (tools) in a way that LLMs can understand and execute\nthrough AI agents.\n\n## ✨ Features\n\n- **Multiple Transport Modes**: HTTP and STDIO interfaces for different deployment scenarios\n- **Secure Authentication**: Bearer token and OAuth2 integration with Teamwork.com\n- **Tool Framework**: Extensible toolset architecture for adding new capabilities\n- **Production Ready**: Comprehensive logging, monitoring, and observability\n- **Read-Only Mode**: Optional restriction to read-only operations for safety\n\n## 🚀 Available Servers\n\nThis project provides three different ways to interact with the Teamwork.com MCP\nserver:\n\n### 📡 HTTP Server\n\nProduction-ready HTTP server for cloud deployments and multi-client support.\n\n**📖 [Full HTTP Server Documentation](cmd/mcp-http/README.md)**\n\nQuick start:\n```bash\nTW_MCP_SERVER_ADDRESS=:8080 go run cmd/mcp-http/main.go\n```\n\n### 💬 STDIO Server\n\nDirect STDIO interface for desktop applications and development environments.\n\n**📖 [Full STDIO Server Documentation](cmd/mcp-stdio/README.md)**\n\nQuick start:\n```bash\nTW_MCP_BEARER_TOKEN=your-token go run cmd/mcp-stdio/main.go\n```\n\n### 🛠️ HTTP CLI\n\nCommand-line tool for testing and debugging MCP server functionality.\n\n**📖 [Full HTTP CLI Documentation](cmd/mcp-http-cli/README.md)**\n\nQuick start:\n```bash\ngo run cmd/mcp-http-cli/main.go -mcp-url=https://mcp.example.com list-tools\n```\n\n## 📋 Prerequisites\n\n- Go 1.26 or later\n- Valid Teamwork.com API credentials (bearer token or OAuth2 setup)\n\n## 🧪 Development \u0026 Testing\n\n### Running Tests\n```bash\n# Run all tests\ngo test ./...\n\n# Run specific package tests\ngo test ./internal/twprojects/\n```\n\n### MCP Inspector\nFor debugging purposes, use the [MCP Inspector tool](https://github.com/modelcontextprotocol/inspector):\n\n```bash\nNODE_EXTRA_CA_CERTS=letsencrypt-stg-root-x1.pem npx @modelcontextprotocol/inspector node build/index.js\n```\n\n\u003e [!IMPORTANT]\n\u003e **Note**: The `NODE_EXTRA_CA_CERTS` environment variable is required when\n\u003e using OAuth2 authentication with the Let's Encrypt certification authority.\n\u003e Download the certificate [here](https://letsencrypt.org/certs/staging/letsencrypt-stg-root-x1.pem).\n\n## 🏗️ Architecture\n\n```\n├── cmd/\n│   ├── mcp-http/          # HTTP server implementation\n│   ├── mcp-stdio/         # STDIO server implementation\n│   └── mcp-http-cli/      # CLI tool for testing via HTTP\n├── internal/\n│   ├── auth/              # Authentication helpers (bearer \u0026 OAuth2 token handling)\n│   ├── config/            # Configuration management (env, flags)\n│   ├── helpers/           # Shared utility functions (errors, link helpers, tool parsing)\n│   ├── request/           # HTTP request primitives / Teamwork API wiring\n│   ├── toolsets/          # Tool framework and registration logic\n│   └── twprojects/        # Teamwork project/domain tools (tasks, tags, timers, etc.)\n├── examples/              # Usage \u0026 integration examples (LangChain Node/Python)\n├── docs/usage/            # End-user setup \u0026 connection guide\n├── Makefile               # Common developer tasks\n├── Dockerfile             # Container build configuration\n├── CODE_OF_CONDUCT.md     # Community guidelines\n├── CONTRIBUTING.md        # Contribution guide\n└── SECURITY.md            # Security policy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamwork%2Fmcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamwork%2Fmcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamwork%2Fmcp/lists"}