block

block/goose

Built by block 33,674 stars

What is block/goose?

an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM

How to use block/goose?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add block/goose using the following command: npx @modelcontextprotocol/block-goose 4. Restart the client and verify the new tools are active.
🛡️ Scoped (Restricted)
npx @modelcontextprotocol/block-goose --scope restricted
🔓 Unrestricted Access
npx @modelcontextprotocol/block-goose

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

block/goose FAQ

Q

Is block/goose safe?

Yes, block/goose follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is block/goose up to date?

block/goose is currently active in the registry with 33,674 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for block/goose?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub

🦆 goose has moved! This project has moved from block/goose to the Agentic AI Foundation (AAIF) at the Linux Foundation. Some links and references are still being updated — please bear with us during the transition.

<div align="center">

goose

your native open source AI agent — desktop app, CLI, and API — for code, workflows, and everything in between

<p align="center"> <a href="https://opensource.org/licenses/Apache-2.0" ><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg"></a> <a href="https://discord.gg/goose-oss" ><img src="https://img.shields.io/discord/1287729918100246654?logo=discord&logoColor=white&label=Join+Us&color=blueviolet" alt="Discord"></a> <a href="https://github.com/aaif-goose/goose/actions/workflows/ci.yml" ><img src="https://img.shields.io/github/actions/workflow/status/aaif-goose/goose/ci.yml?branch=main" alt="CI"></a> <a href="https://insights.linuxfoundation.org/project/goose"><img src="https://insights.linuxfoundation.org/api/badge/health-score?project=goose"></a> </p> </div>

goose is a general-purpose AI agent that runs on your machine. Not just for code — use it for research, writing, automation, data analysis, or anything you need to get done.

A native desktop app for macOS, Linux, and Windows. A full CLI for terminal workflows. An API to embed it anywhere. Built in Rust for performance and portability.

goose works with 15+ providers — Anthropic, OpenAI, Google, Ollama, OpenRouter, Azure, Bedrock, and more. Use API keys or your existing Claude, ChatGPT, or Gemini subscriptions via ACP. Connect to 70+ extensions via the Model Context Protocol open standard.

goose is part of the Agentic AI Foundation (AAIF) at the Linux Foundation.

Get started

Download the desktop app for macOS, Linux, and Windows.

Or install the CLI:

curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh | bash

Quick links

Need help?

a little goose humor 🪿

Why did the developer choose goose as their AI agent?

Because it always helps them "migrate" their code to production! 🚀

goose around with us

Global Ranking

8.5
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "block-goose": { "command": "npx", "args": ["block-goose"] } } }