MCP.so
登录

goose-with-mcp-servers

@elsewhat

关于 goose-with-mcp-servers

Codename goose docker image with mcp servers

基本信息

分类

其他

许可证

Apache-2.0

传输方式

stdio

发布者

elsewhat

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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-3 as 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).

评论

其他 分类下的更多 MCP 服务器