Skip to content

Commit 3a57442

Browse files
authored
Merge branch 'main' into add-roots-doc
2 parents 9ac3b2b + 561f090 commit 3a57442

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
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.

docs/docs.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,10 +371,6 @@
371371
"source": "/docs/concepts",
372372
"destination": "/docs/learn/architecture"
373373
},
374-
{
375-
"source": "/docs/tools",
376-
"destination": "/legacy/tools/inspector"
377-
},
378374
{
379375
"source": "/docs/tutorials/use-remote-mcp-server",
380376
"destination": "/docs/develop/connect-remote-servers"

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)