MCP tools
Termyte’s MCP server uses newline-delimited JSON-RPC over stdin and stdout. It advertises protocol version2024-11-05.
Search limits must be integers from 1 to 100. Context token budgets must be integers from 256 to 200,000. The default context budget is 4,000 tokens.
Search and context
Search and context accept optional repository, session, file, type, and limit filters.
termyte.context also accepts tokenBudget.
Feedback and health
Feedback events are
shown, used, helpful, harmful, ignored, downranked, and corrected. A correction also requires correctionText.
Work Thread continuity
Handoff source and target values are
claude-code, codex, and opencode.
Compatibility aliases
The server still registerssearch_memories, get_memory, get_recent_sessions, get_session, and get_observations_for_session for older clients. New integrations should use the termyte.* names.