GooseTeam MCP Server

Look, a flock of geese! An MCP server and protocol for Goose agent collaboration.

Local serverstdio

What is the GooseTeam MCP server?

Look, a flock of geese! An MCP server and protocol for Goose agent collaboration. That is what the gooseteam mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Currently, the only models I can get to stay in the loop with are google/gemini-2.0-flash-001 (via openrouter.ai to avoid rate limit shutdowns) and openai/gpt-4o. Others will fall out of the loop. It is important for the model to follow the protocol and stay in the loop, checking messages, sleeping, particularly for the Project Coordinator.

The tools it exposes

The server publishes 10 tools. What each one is for:

  • Agents — The Agents tool exposed by this server
  • Messages — The Messages tool exposed by this server
  • Tasks — The Tasks tool exposed by this server
  • Build — The Build tool exposed by this server
  • Inspector — The Inspector tool exposed by this server
  • Format — The Format tool exposed by this server
  • Typecheck — The Typecheck tool exposed by this server
  • Lint — The Lint tool exposed by this server
  • LintFix — The LintFix tool exposed by this server
  • Test — The Test tool exposed by this server

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. GooseTeam's toolset — Agents, Messages, Tasks and 7 more — is a fair guide to whether it matches your workflow. It is maintained by cliffhall; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against GooseTeam's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch GooseTeam.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
AgentsThe Agents tool exposed by this server.
MessagesThe Messages tool exposed by this server.
TasksThe Tasks tool exposed by this server.
BuildThe Build tool exposed by this server.
InspectorThe Inspector tool exposed by this server.
FormatThe Format tool exposed by this server.
TypecheckThe Typecheck tool exposed by this server.
LintThe Lint tool exposed by this server.
LintFixThe LintFix tool exposed by this server.
TestThe Test tool exposed by this server.

Example prompts to try

  • Use GooseTeam to Agents.
  • Use GooseTeam to Messages.
  • Use GooseTeam to Tasks.

Frequently asked questions

Currently only `google/gemini-2.0-flash-001` (via OpenRouter) and `openai/gpt-4o` reliably stay in the loop. Other models often end the message early.