goose-with-mcp-servers
@elsewhat
About goose-with-mcp-servers
Codename goose docker image with mcp servers
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is goose-with-mcp-servers?
A Docker image that bundles the Goose AI agent with MCP (Model Context Protocol) servers. It allows users to run Goose in a containerized environment and configure it to connect to local or remote LLMs—for example, via Ollama. The image also supports adding MCP extensions such as the GitHub server.
How to use goose-with-mcp-servers?
Run goose configure to set up the LLM provider (e.g., Ollama) and to add extensions like the GitHub MCP server. The dev container automatically installs Goose via a postCreateCommand that runs curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | CONFIGURE=false bash. A system dependency (libdbus-1-3) must be installed via sudo apt-get.
Key features of goose-with-mcp-servers
- Pre-packaged Docker image with Goose and MCP servers.
- Configuration wizard via
goose configure. - Example setup for Ollama using
host.docker.internal. - Supports adding the GitHub MCP server as a command-line extension.
- Automatic Goose installation in dev containers.
- Requires
libdbus-1-3as a system dependency.
Use cases of goose-with-mcp-servers
- Run Goose with a local Ollama instance inside Docker.
- Extend Goose with GitHub capabilities using the official MCP server.
- Create reproducible development environments with Goose pre-installed.
FAQ from goose-with-mcp-servers
How do I configure Goose to use Ollama in Docker?
Run goose configure and select Ollama as the provider. When asked for OLLAMA_HOST, use host.docker.internal instead of localhost because of Docker networking.
How do I add the GitHub MCP server?
Run goose configure, choose “Add Extension”, then “Command-line Extension”. Name it “GitHub”, set the command to npx -y @modelcontextprotocol/server-github, and add the GITHUB_PERSONAL_ACCESS_TOKEN environment variable.
What system dependencies are required?
Goose requires libdbus-1-3. Install it by running sudo apt-get update && sudo apt-get install -y libdbus-1-3.
How is Goose installed automatically in a dev container?
The postCreateCommand in the devcontainer configuration runs a curl script that downloads and installs the Goose CLI without running the initial configuration (CONFIGURE=false).
Frequently asked questions
How do I configure Goose to use Ollama in Docker?
Run `goose configure` and select Ollama as the provider. When asked for `OLLAMA_HOST`, use `host.docker.internal` instead of `localhost` because of Docker networking.
How do I add the GitHub MCP server?
Run `goose configure`, choose “Add Extension”, then “Command-line Extension”. Name it “GitHub”, set the command to `npx -y @modelcontextprotocol/server-github`, and add the `GITHUB_PERSONAL_ACCESS_TOKEN` environment variable.
What system dependencies are required?
Goose requires `libdbus-1-3`. Install it by running `sudo apt-get update && sudo apt-get install -y libdbus-1-3`.
How is Goose installed automatically in a dev container?
The `postCreateCommand` in the devcontainer configuration runs a curl script that downloads and installs the Goose CLI without running the initial configuration (`CONFIGURE=false`).
Basic information
More Other MCP servers

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome Mlops
visengerA curated list of references for MLOps
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments