Stats
Actions
Tags
From watercooler
Connects to a remote HTTP endpoint for a watercooler-style chat or collaboration service. Purpose unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"watercooler": {
"type": "http",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/mostlyharmless-ai/[email protected][local]",
"watercooler-mcp"
],
"url": "https://github.com/mostlyharmless-ai/[email protected][local]"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
Command-line arguments passed to the server process
npx claudepluginhub mostlyharmless-ai/watercooler --plugin watercooler