Skip to content
VS Code

wellness cycle coach for VS Code

io.github.davidmosiah/wellness-cycle-coach

Local-first cycle coach MCP for phase-aware nutrition and training context.

client:VS Code transport:stdio runtime:npm

Install wellness cycle coach in VS Code

.vscode/mcp.json

{
  "servers": {
    "wellness-cycle-coach": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "wellness-cycle-coach"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

wellness cycle coach in other clients