Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.33 KB

File metadata and controls

47 lines (34 loc) · 1.33 KB

Gemini CLI — Teamwork.com MCP Setup

Back to Usage Guide

Gemini CLI with Teamwork MCP

Prerequisites

  • Gemini CLI installed

Setup

Edit $HOME/.gemini/settings.json and add the mcpServers block:

{
  "mcpServers": {
    "Teamwork.com": {
      "url": "https://mcp.ai.teamwork.com",
      "type": "http",
      "oauth": {
        "scopes": ["projects","desk"]
      },
      "trust": false,
      "timeout": 5000,
      "description": "Teamwork.com MCP server"
    }
  }
}

Note

This configuration is for Gemini CLI v0.36.0. If you're using a different version, please refer to the corresponding documentation for any changes in configuration options.

More configuration options can be found here.

Notes

  • "trust": false causes Gemini CLI to prompt you for confirmation before executing any action against Teamwork.com. This is recommended to prevent accidental modifications.

  • Increase timeout (milliseconds) if you experience timeouts on slow networks.