{"id":50589816,"url":"https://github.com/soham901/teamcamp-mcp-server","last_synced_at":"2026-06-05T09:30:46.284Z","repository":{"id":358634058,"uuid":"1242209945","full_name":"soham901/teamcamp-mcp-server","owner":"soham901","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-18T08:52:54.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-18T10:36:13.791Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soham901.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-18T08:12:42.000Z","updated_at":"2026-05-18T08:52:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/soham901/teamcamp-mcp-server","commit_stats":null,"previous_names":["soham901/teamcamp-mcp-server"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/soham901/teamcamp-mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soham901%2Fteamcamp-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soham901%2Fteamcamp-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soham901%2Fteamcamp-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soham901%2Fteamcamp-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soham901","download_url":"https://codeload.github.com/soham901/teamcamp-mcp-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soham901%2Fteamcamp-mcp-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33939226,"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-05T02:00:06.157Z","response_time":120,"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":[],"created_at":"2026-06-05T09:30:45.634Z","updated_at":"2026-06-05T09:30:46.269Z","avatar_url":"https://github.com/soham901.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Teamcamp MCP Server\n\n\u003e **Unofficial** - This project is not affiliated with, endorsed by, or maintained by Teamcamp.\n\nMCP server that exposes the [Teamcamp API](https://api.teamcamp.app) as tools for any MCP client (Claude Code, opencode, Cursor, etc.).\n\n## Tools\n\n### Auth\n\n| Tool | Description |\n|------|-------------|\n| `verify_api_key` | Verify API key and return workspace details |\n\n### Company\n\n| Tool | Description |\n|------|-------------|\n| `get_users` | List all users in the workspace |\n| `get_customers` | List all customers in the workspace |\n\n### Project\n\n| Tool | Description |\n|------|-------------|\n| `get_project_list` | Get all projects |\n| `get_project` | Get project details by ID |\n| `create_project` | Create a new project |\n| `update_project` | Update project details |\n| `delete_project` | Delete a project by ID |\n| `get_project_groups` | Get project groups by project ID |\n\n### Task\n\n| Tool | Description |\n|------|-------------|\n| `get_task_list` | Get all tasks in a project (optional `complete` filter) |\n| `get_task` | Get task details by ID |\n| `create_task` | Create a new task |\n| `update_task` | Update an existing task |\n| `post_comment` | Post a comment on a task |\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/) \u003e= 18\n- [pnpm](https://pnpm.io/) (or npm/yarn)\n- A Teamcamp API key - get one at [dash.teamcamp.app/settings/apikey](https://dash.teamcamp.app/settings/apikey)\n\n## Installation\n\n### From npm\n\n```sh\n# Global install (lets you use `teamcamp-mcp-server` directly)\npnpm add -g teamcamp-mcp-server\n\n# Or via npx (no install needed)\nnpx teamcamp-mcp-server serve\n```\n\n### From source\n\n```sh\ngit clone \u003crepo-url\u003e\ncd teamcamp-mcp-server\npnpm install\npnpm run build\n```\n\n## Usage\n\nSet your API key and run the server:\n\n```sh\nexport TEAMCAMP_API_KEY=your_key_here\nteamcamp-mcp-server serve\n```\n\nOr in one go:\n\n```sh\nTEAMCAMP_API_KEY=your_key_here teamcamp-mcp-server serve\n```\n\n### Development\n\n```sh\nTEAMCAMP_API_KEY=your_key_here pnpm dev\n```\n\n## Configuring with MCP clients\n\nWhen installed globally, you can reference the command by name instead of a full path.\n\n### opencode\n\nAdd to `~/.config/opencode/opencode.json`:\n\n```json\n{\n  \"mcp\": {\n    \"teamcamp\": {\n      \"type\": \"local\",\n      \"command\": [\"teamcamp-mcp-server\", \"serve\"],\n      \"environment\": {\n        \"TEAMCAMP_API_KEY\": \"your_key_here\"\n      }\n    }\n  }\n}\n```\n\n### Claude Code\n\n```json\n{\n  \"mcpServers\": {\n    \"teamcamp\": {\n      \"command\": \"teamcamp-mcp-server\",\n      \"args\": [\"serve\"],\n      \"env\": {\n        \"TEAMCAMP_API_KEY\": \"your_key_here\"\n      }\n    }\n  }\n}\n```\n\n### Cursor / others\n\nSame pattern - command `teamcamp-mcp-server` with arg `serve` and `TEAMCAMP_API_KEY` env var.\n\n\u003e If you haven't installed globally, use `npx teamcamp-mcp-server serve` instead, or provide the full path to `dist/index.js`.\n\n## API Reference\n\nAll endpoints use the base URL `https://api.teamcamp.app/v1.0/` and authenticate via the `apiKey` header. See the [full API docs](https://api.teamcamp.app/api-reference/introduction) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoham901%2Fteamcamp-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoham901%2Fteamcamp-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoham901%2Fteamcamp-mcp-server/lists"}