A
securityA
licenseA
qualityAn MCP server that enables saving and sharing Claude Desktop conversations, allowing users to store chats privately or make them public through a web interface.
Last updated -
2
11
TypeScript
MIT License
一个利用多个 Claude 实例来提供增强响应的 MCP 服务器。它将相同的请求发送到两个独立的 Claude 实例,并使用第三个实例从两个响应中合并或选择最佳元素。
服务器需要 Anthropic API 密钥才能运行。请将其设置为环境变量:
服务器提供了一个名为twosplit
的工具,其参数如下:
prompt
(必填):发送给 Claude 的提示model
(必需):要使用的 Claude 模型(必须是上面列出的受支持模型之一)Claude 中的工具使用示例:
答复将包括:
要在开发期间以监视模式运行服务器:
检查服务器的功能:
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP 服务器利用多个 Claude 实例来提供增强的响应,方法是将相同的提示发送到两个单独的实例,并使用第三个实例来组合或选择最佳元素。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LazerThings/twosplit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server