Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 776 Bytes

File metadata and controls

23 lines (14 loc) · 776 Bytes

Termyte MCP

Termyte is a minimal governance bridge for coding agents.

Commands

  • termyte init: starts browser-based device auth, saves the token in ~/.termyte/config.json, and installs the MCP entry for the detected agent.
  • termyte status: shows the local device ID, auth state, and runtime reachability.
  • termyte exec -- <command>: runs a shell command through the governance pipeline.

MCP Tools

  • execute: evaluate and run a shell command through Termyte governance.
  • guard: evaluate a non-shell action and record the decision.

Auth

The bridge reads ~/.termyte/config.json on every authenticated request and sends:

  • x-termyte-device-id
  • x-termyte-auth-token

If either value is missing, Termyte asks the user to run termyte init.