tempoai-mcp-server
Verified Safeby mvilanova
Overview
The Tempo AI MCP Server connects large language models like Claude and ChatGPT with the Tempo AI API to retrieve fitness and wellness data.
Installation
mcp run src/tempoai_mcp_server/server.pyEnvironment Variables
- API_KEY
Security Notes
The server handles API keys by loading them from environment variables or a .env file with appropriate permissions (chmod 600). The `install.sh` script uses `curl | bash` which is a common but sometimes debated practice for initial installation. Runtime execution uses `subprocess.run` via the `mcp` CLI, which is a controlled and expected interaction within the SDK. No direct use of `eval` or obvious obfuscation was found. Communications are over HTTPS to the Tempo AI API.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mcp-memory-keeper
Provides persistent context management for Claude AI coding assistants, ensuring work history, decisions, and progress are preserved across sessions and context limits.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
tempo-mcp-server
Manages Tempo worklogs in Jira via a Model Context Protocol (MCP) server, allowing time tracking and worklog operations through MCP-compatible clients.