PluginBench
MCP Server

Well-Being Check MCP Server

com.keenethics-labs/well-being-check

What is the Well-Being Check MCP server?

Hosted MCP app for guided anxiety, depression, and well-being self-checks.

How to install Well-Being Check

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "well-being-check": {
      "url": "https://mental-tests-mcp-app.keenethics-labs.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "well-being-check": {
      "serverUrl": "https://mental-tests-mcp-app.keenethics-labs.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "well-being-check": {
      "type": "http",
      "url": "https://mental-tests-mcp-app.keenethics-labs.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "well-being-check": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mental-tests-mcp-app.keenethics-labs.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http well-being-check https://mental-tests-mcp-app.keenethics-labs.com/mcp

Related MCP servers

Turn outlines and hierarchical notes into interactive mind maps through a hosted remote MCP server.

View repository →