Skip to main content
Glama
monuit
by monuit
package.json1.56 kB
{ "name": "oura-mcp-server", "version": "1.0.0", "description": "MCP server for accessing Oura Ring data via OAuth2", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx watch src/index.ts", "test": "jest", "test:integration": "jest --testPathPattern=integration", "test:oauth": "jest --testPathPattern=oauth", "lint": "eslint src/**/*.ts", "typecheck": "tsc --noEmit" }, "keywords": [ "oura", "mcp", "oauth2", "health", "wearables", "model-context-protocol", "poke", "oura-ring" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/meimakes/oura-mcp-server.git" }, "bugs": { "url": "https://github.com/meimakes/oura-mcp-server/issues" }, "homepage": "https://github.com/meimakes/oura-mcp-server#readme", "dependencies": { "axios": "^1.6.2", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "express-rate-limit": "^7.1.5", "helmet": "^7.1.0", "joi": "^17.11.0" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/jest": "^29.5.11", "@types/node": "^20.10.6", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", "eslint": "^8.56.0", "jest": "^29.7.0", "nodemon": "^3.0.2", "ts-jest": "^29.1.1", "tsx": "^4.7.0", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/monuit/oura-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server