Oura Ring for Zed
io.github.yasuakiomokawa/oura-mcp
MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts).
client:Zed
transport:stdio
runtime:npm
Install Oura Ring in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"oura-mcp": {
"command": "npx",
"args": [
"-y",
"@yasuakiomokawa/oura-mcp"
],
"env": {
"OURA_CLIENT_ID": "<OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<OURA_CLIENT_SECRET>",
"OURA_CALLBACK_PORT": "<OURA_CALLBACK_PORT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs