You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -782,6 +784,18 @@ Langflow is an open-source visual builder that lets developers rapidly prototype
782
784
- 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.
783
785
- 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.
784
786
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
+
785
799
### mcp-use
786
800
787
801
[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