an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"goose": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-goose"
]
}
}
}