claw-control Overview
claw-control Overview
claw-control is the management dashboard for your Engram instance. It runs at localhost:8080 by default (or your configured domain).
Agent management
Create and configure agents from the Agents section:
- Create agents — give each agent a name, description, and default model
- Configure agents — set system prompt, model parameters, and memory settings
- Enable / disable — toggle agents on or off without deleting them
Each agent has its own isolated memory namespace in memcp.
Memory browser
The Memory section lets you inspect what your agents remember:
- Browse all stored memories with full content and tags
- Filter by agent, tag, date range, or salience score
- Search using the same hybrid search that agents use
- Delete individual memories or bulk-clear by filter
- View FSRS salience scores and decay curves
This is the primary tool for auditing and debugging agent memory.
Channel management
Channels connect agents to interfaces. Go to Channels to manage them:
| Channel | Description |
|---|---|
| CLI | Built-in terminal chat in the dashboard |
| Telegram | Connect a Telegram bot to your agent |
| Discord | Connect a Discord bot |
| Webhook | HTTP webhook for custom integrations |
Each channel maps to one agent. You can have multiple channels pointing to the same agent.
Tools configuration
The Tools section controls which MCP servers each agent can use:
- Add MCP server URLs (HTTP or stdio)
- Enable or disable individual tools per agent
- View tool call logs for each session
memcp is always available as a built-in tool server — it doesn’t need to be configured separately.
Task log
The Log section shows a full audit trail of agent activity:
- Each conversation turn with the full message and response
- Tool calls made during the turn (name, arguments, result)
- Memory operations (what was stored, what was recalled)
- Timing and model token usage
Use this to understand exactly what your agent did in any session.