Goose 集成 MCP 服务器的 Docker 镜像

Goose 集成 MCP 服务器的 Docker 镜像

代号 Goose 的 Docker 镜像,集成 MCP 服务器,支持配置和扩展。

快速入门

  1. 配置 Goose 运行 goose configure 命令以设置 Goose 与 LLM 的连接。 示例:
Welcome to goose! Let's get you set up with a provider.
...
Configuration saved successfully
  1. 安装 Goose 通过以下命令自动安装 Goose:
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | CONFIGURE=false bash

依赖项:安装 libdbus

sudo apt-get update && sudo apt-get install -y libdbus-1-3
  1. 添加 GitHub MCP 服务器
  • 创建 GitHub 个人访问令牌:GitHub 设置页面
  • 运行 goose configure 添加扩展。 示例:
What would you like to configure? Add Extension
...
Added GitHub extension