Skip to content
Cursor

tempo for Cursor

io.github.tsutera09/tempo

Founder-vitals connector joining human capacity to business load for solo operators.

client:Cursor transport:stdio runtime:pypi

Install tempo in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "tempo": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tempo-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tempo in other clients