ClauTerm
Ctrl View

Connect to ClauTerm

Paste your auth token to connect. You can find it by running:

clauterm token --rotate
Pull to refresh

Projects

No projects found

No project directories found

Install ClauTerm for the best experience

Ctrl View

Select a session from the sidebar

Audit Log
Loading...
No audit entries found.
MCP Setup

ClauTerm MCP Server

Let AI tools control ClauTerm programmatically

1

Install the MCP

Run this command in your terminal to register ClauTerm as an MCP server in Claude Code, Codex CLI, and Gemini CLI:

clauterm mcp install

This generates an auth token, saves it to ~/.clauterm/mcp-token, and registers the MCP in all three CLI configs automatically.

2

Restart your CLI tools

Close and reopen Claude Code, Codex CLI, or Gemini CLI so they pick up the new MCP configuration.

The MCP server starts automatically when a CLI tool connects to it. No separate server process needed.

3

Start using it

From any AI conversation, you can now ask the tool to interact with ClauTerm. For example:

"List my active sessions"
"Approve the pending request"
"Create a cron job that runs every morning"
"Add the Playwright MCP to all my CLIs"
"Show me my API usage across all tools"

Available tools 23

Sessions

  • list_sessions List active sessions
  • get_session_output Read session output
  • create_session Launch new session
  • kill_session Stop a session

Approvals

  • list_pending_approvals Pending requests
  • approve_request Approve a tool
  • reject_request Reject a tool

Automations

  • list_automations List cron jobs
  • manage_automation CRUD automations
  • get_automation_history Run history

MCP Servers

  • list_mcp_servers List all MCPs
  • manage_mcp_server CRUD MCPs

Agents

  • list_agents List agents
  • manage_agent CRUD agents

Hooks

  • list_hooks List event hooks
  • manage_hook CRUD hooks

Quick Actions

  • manage_preset Approval presets
  • manage_auto_rule Auto-rules

System

  • get_health Server health
  • get_usage API usage/costs
  • run_security_audit Security scan
  • manage_notification_filters Push filters
  • manage_conversation_label Session labels

To remove: clauterm mcp uninstall