サーバー設定
{
"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>"
}
}
}
}