@@ -34,7 +34,7 @@ This page provides an overview of applications that support the Model Context Pr
34
34
| [ Microsoft Copilot Studio] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools |
35
35
| [ OpenSumi] [ OpenSumi ] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in OpenSumi |
36
36
| [ oterm] [ oterm ] | ❌ | ✅ | ✅ | ✅ | ❌ | Supports tools, prompts and sampling for Ollama. |
37
- | [ Postman] [ postman ] | ✅ | ✅ | ✅ | ❌ | ❌ | Supports tools, resources, and prompts |
37
+ | [ Postman] [ postman ] | ✅ | ✅ | ✅ | ❌ | ❌ | Supports tools, resources, prompts, and sampling |
38
38
| [ Roo Code] [ Roo Code ] | ✅ | ❌ | ✅ | ❌ | ❌ | Supports tools and resources. |
39
39
| [ Sourcegraph Cody] [ Cody ] | ✅ | ❌ | ❌ | ❌ | ❌ | Supports resources through OpenCTX |
40
40
| [ SpinAI] [ SpinAI ] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools for Typescript AI Agents |
@@ -70,6 +70,7 @@ This page provides an overview of applications that support the Model Context Pr
70
70
[ Microsoft Copilot Studio ] : https://learn.microsoft.com/en-us/microsoft-copilot-studio/agent-extend-action-mcp
71
71
[ OpenSumi ] : https://github.com/opensumi/core
72
72
[ oterm ] : https://github.com/ggozad/oterm
73
+ [ Postman ] : https://postman.com/downloads
73
74
[ Roo Code ] : https://roocode.com
74
75
[ Cody ] : https://sourcegraph.com/cody
75
76
[ SpinAI ] : https://spinai.dev
@@ -316,6 +317,15 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
316
317
- Integration with development workflows
317
318
- Extensible AI capabilities
318
319
320
+ ### Postman
321
+
322
+ [ Postman] ( https://postman.com/downloads ) is the most popular API client and now supports MCP server testing and debugging.
323
+
324
+ ** Key features** :
325
+ - Full support of all major MCP features (tools, prompts, resources, and subscriptions)
326
+ - Fast, seamless UI for debugging MCP capabilities
327
+ - Integration with history, varibles, and collections for re-use and collaboration
328
+
319
329
### Sourcegraph Cody
320
330
[ Cody] ( https://openctx.org/docs/providers/modelcontextprotocol ) is Sourcegraph's AI coding assistant, which implements MCP through OpenCTX.
321
331
0 commit comments