oura mcp for Windsurf
io.github.proscar87/oura-mcp
The Oura v2 API as an MCP server. Paginates, fixes the date range, warns when data is missing.
client:Windsurf
transport:stdio
runtime:pypi
Install oura mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"oura-mcp": {
"command": "uvx",
"args": [
"mcp-oura"
],
"env": {
"OURA_SANDBOX": "<OURA_SANDBOX>",
"OURA_CLIENT_ID": "<OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<OURA_CLIENT_SECRET>",
"OURA_CREDENTIALS": "<OURA_CREDENTIALS>",
"OURA_PAT": "<OURA_PAT>",
"OURA_PAT_FILE": "<OURA_PAT_FILE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs