Skip to content

Commit 561f090

Browse files
matteo8pMatthew Wang
andauthored
MCPJam as a client (modelcontextprotocol#1527)
* MCPJam as a client * remove brackets * format * clients --------- Co-authored-by: Matthew Wang <[email protected]>
1 parent 1462ac7 commit 561f090

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/clients.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ This page provides an overview of applications that support the Model Context Pr
6262
| [Lutra][Lutra] ||||||||
6363
| [mcp-agent][mcp-agent] ||||| ⚠️ |||
6464
| [mcp-client-chatbot][mcp-client-chatbot] ||||||||
65+
| [MCPJam][MCPJam] ||||||||
6566
| [mcp-use][mcp-use] ||||||||
6667
| [modelcontextchat.com][modelcontextchat.com] ||||||||
6768
| [MCPHub][MCPHub] ||||||||
@@ -158,6 +159,7 @@ This page provides an overview of applications that support the Model Context Pr
158159
[Lutra]: https://lutra.ai
159160
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
160161
[mcp-client-chatbot]: https://github.com/cgoinglove/mcp-client-chatbot
162+
[MCPJam]: https://github.com/MCPJam/inspector
161163
[mcp-use]: https://github.com/pietrozullo/mcp-use
162164
[modelcontextchat.com]: https://modelcontextchat.com
163165
[MCPHub]: https://github.com/ravitemer/mcphub.nvim
@@ -782,6 +784,18 @@ Langflow is an open-source visual builder that lets developers rapidly prototype
782784
- All MCP tools are provided to the LLM by default, but the project also includes an optional `@toolname` mention feature to make tool invocation more explicit—particularly useful when connecting to multiple MCP servers with many tools.
783785
- Visual workflow builder that lets you create custom tools by chaining LLM nodes and MCP tools together. Published workflows become callable as `@workflow_name` tools in chat, enabling complex multi-step automation sequences.
784786

787+
### MCPJam
788+
789+
[MCPJam] is an open source testing and debugging tool for MCP servers - Postman for MCP servers.
790+
791+
**Key features:**
792+
793+
- Test your MCP server's tools, resources, prompts, and OAuth. MCP spec compliant.
794+
- LLM playground to test your server against different LLMs.
795+
- Tracing and logging error messages.
796+
- Connect and test multiple MCP servers simultaneously.
797+
- Supports all transports - STDIO, SSE, and Streamable HTTP.
798+
785799
### mcp-use
786800

787801
[mcp-use] is an open source python library to very easily connect any LLM to any MCP server both locally and remotely.

0 commit comments

Comments
 (0)