wellness cycle coach for Cursor
io.github.davidmosiah/wellness-cycle-coach
Local-first cycle coach MCP for phase-aware nutrition and training context.
client:Cursor
transport:stdio
runtime:npm
Install wellness cycle coach in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wellness-cycle-coach": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wellness-cycle-coach"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs