We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/abekek/oura-mcp-python'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
bedrock-agent.json•796 B
{
"agentName": "oura-health-agent",
"agentResourceRoleArn": "arn:aws:iam::YOUR_ACCOUNT_ID:role/BedrockAgentRole",
"description": "Agent for accessing Oura Ring health and fitness data through MCP",
"idleSessionTTLInSeconds": 3600,
"foundationModel": "anthropic.claude-3-5-sonnet-20241022-v2:0",
"instruction": "You are a health and fitness assistant with access to Oura Ring data. Help users understand their sleep patterns, activity levels, readiness scores, and overall health metrics. Provide insights and recommendations based on their data.",
"mcpServers": {
"oura-ring": {
"type": "stdio",
"command": "python",
"args": ["/opt/oura-mcp/server.py"],
"env": {
"OURA_PERSONAL_ACCESS_TOKEN": "{{OURA_PERSONAL_ACCESS_TOKEN}}"
}
}
}
}