Productivity|Development|AI / ML|UtilitiesRust
goose
An open source, extensible AI agent that goes beyond code suggestions.
N/A rating (0 reviews)0 installs39,445 GitHub stars
AI agentautomationopen source
Goose is a general-purpose AI agent that runs on your machine, suitable for research, writing, automation, data analysis, and more. It is available as a native desktop app for macOS, Linux, and Windows, along with a full CLI and API for integration.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"goose": {
"args": [
"-y",
"@modelcontextprotocol/server-goose"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.