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
@@ -1052,6 +1054,18 @@ Simtheory is an agentic AI workspace that unifies multiple AI models, tools, and
1052
1054
-**Dynamic and Secure Integration:** Supports dynamic registration of MCP tools, works in both channels and direct messages and manages credentials securely via environment variables or Kubernetes secrets.
1053
1055
-**Easy Deployment and Extensibility:** Offers official Docker images, a Helm chart for Kubernetes, and Docker Compose for local development, making it simple to deploy, configure, and extend with additional MCP servers or tools.
1054
1056
1057
+
### Smithery Playground
1058
+
1059
+
Smithery Playground is a developer-first MCP client for exploring, testing and debugging MCP servers against LLMs. It provides detailed traces of MCP RPCs to help troubleshoot implementation issues.
1060
+
1061
+
**Key features:**
1062
+
1063
+
- One-click connect to MCP servers via URL or from Smithery's registry
1064
+
- Develop MCP servers that are running on localhost
1065
+
- Inspect tools, prompts, resources, and sampling configurations with live previews
1066
+
- Run conversational or raw tool calls to verify MCP behavior before shipping
1067
+
- Full OAuth MCP-spec support
1068
+
1055
1069
### SpinAI
1056
1070
1057
1071
[SpinAI](https://spinai.dev) is an open-source TypeScript framework for building observable AI agents. The framework provides native MCP compatibility, allowing agents to seamlessly integrate with MCP servers and tools.
0 commit comments