"use client"; import { OpenCodeMcpLogo } from "@midday/app-store/logos"; import { Icons } from "@midday/ui/icons"; import { Input } from "@midday/ui/input"; import Link from "next/link"; import { useMemo, useState } from "react"; import { highlight } from "sugar-high"; function CodeBlock({ code }: { code: string }) { const [copied, setCopied] = useState(false); const handleCopy = async () => { try { await navigator.clipboard.writeText(code); setCopied(true); setTimeout(() => setCopied(false), 2000); } catch (err) { console.error("Failed to copy:", err); } }; const codeHTML = highlight(code); return (
MCP Server
Start a timer for a client project, log hours, and check your tracked time—all from your terminal. Just ask "start timer for Acme Corp" or "how many hours did I work this week?"
What you can do
Desktop app and IDE extensions also available at{" "} opencode.ai/download
Don't have an API key?{" "} Create one in Settings → Developer
Add to your OpenCode MCP config file: