Skip to content

Commit d26a3ac

Browse files
rube-dedsp-ant
andauthored
feat: add Goose as client (modelcontextprotocol#138)
Co-authored-by: David Soria Parra <[email protected]>
1 parent 081cf2c commit d26a3ac

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

clients.mdx

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This page provides an overview of applications that support the Model Context Pr
88
## Feature support matrix
99

1010
| Client | [Resources] | [Prompts] | [Tools] | [Sampling] | Roots | Notes |
11-
|---------------------------------------------|-------------|-----------|---------|------------|--------|------------------------------------------------------------------------------|
11+
|---------------------------------------------|-------------|-----------|---------|------------|--------|-----------------------------------------------------------------------------|
1212
| [Claude Desktop App][Claude] |||||| Full support for all MCP features |
1313
| [Cursor][Cursor] |||||| Supports tools. |
1414
| [Zed][Zed] |||||| Prompts appear as slash commands |
@@ -24,7 +24,8 @@ This page provides an overview of applications that support the Model Context Pr
2424
| [Bee Agent Framework][Bee Agent Framework] |||||| Supports tools in agentic workflows. |
2525
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
2626
| [Emacs Mcp][Mcp.el] |||||| Supports tools in Emacs. |
27-
| [Windsurf Editor][Windsurf] |||||| Supports tools with AI Flow for collaborative development. |
27+
| [Goose][Goose] |||||| Supports tools. |
28+
| [Windsurf Editor][Windsurf] |||||| Supports tools with AI Flow for collaborative development. |
2829

2930
[Claude]: https://claude.ai/download
3031
[Cursor]: https://cursor.com
@@ -41,6 +42,7 @@ This page provides an overview of applications that support the Model Context Pr
4142
[Bee Agent Framework]: https://i-am-bee.github.io/bee-agent-framework
4243
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
4344
[Mcp.el]: https://github.com/lizqwerscott/mcp.el
45+
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
4446
[Windsurf]: https://codeium.com/windsurf
4547

4648
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
@@ -187,6 +189,16 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
187189
**Key features:**
188190
- Provides MCP tool support for Emacs.
189191

192+
193+
### Goose
194+
[Goose](https://github.com/block/goose) is an open source AI agent that supercharges your software development by automating coding tasks.
195+
196+
**Key features:**
197+
- Expose MCP functionality to Goose through tools.
198+
- MCPs can be installed directly via the [extensions directory](https://block.github.io/goose/v1/extensions/), CLI, or UI.
199+
- Goose allows you to extend its functionality by [building your own MCP servers](https://block.github.io/goose/docs/tutorials/custom-extensions).
200+
- Includes built-in tools for development, web scraping, automation, memory, and integrations with JetBrains and Google Drive.
201+
190202
### Windsurf Editor
191203
[Windsurf Editor](https://codeium.com/windsurf) is an agentic IDE that combines AI assistance with developer workflows. It features an innovative AI Flow system that enables both collaborative and independent AI interactions while maintaining developer control.
192204

0 commit comments

Comments
 (0)