- Install Gemini CLI: https://github.com/google-gemini/gemini-cli?tab=readme-ov-file#quickstart
- Gemini CLI installed
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.
-
"trust": falsecauses 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.