timo-mcp
v0.2.3
Published
MCP server for asking a human expert a question from your coding agent. Includes a long-running background watch mode (`timo-mcp watch <case_id>`).
Downloads
555
Maintainers
Readme
timo-mcp
MCP stdio server for asking a human expert a question from your coding agent.
npx timo-mcpAdd it to your agent's MCP configuration as a stdio server. The first request walks you through sign-in.
Background watch mode
npx timo-mcp watch <case_id>A long-running process, separate from the MCP server above: it polls one open case and exits once Timo has answered, once 4 hours pass with no answer, or on a handful of other named conditions. It prints one short status line and an exit code — never the case ID and never anything Timo said — and stops on its own after at most 4 hours. If you see this process running, that is expected; it does not read or write anything outside its own local state directory.
About the service, including what it costs: https://timoreichert.com/ask
