Skip to main content
Glama

xenia

Xenia helps agents work better on your computer by providing a local MCP for them to check for repeated mistakes, and a tray icon with an overview page for you. Install and run on linux or mac with:

./bin/xenia

Needs Python 3.11+

MCP tools

xenia_report

view

One row is

tasks

What an agent set out to do, in its own words, and whether it got there. The label comes from its plan where it kept one and the outcome is read off the calls made under it. Ordered by what went wrong, not by the clock — pass order: "at" for a timeline.

instructions

Something the user asked for, and how it turned out.

failures

A kind of work that has failed more than once, worst first, grouped across sessions and repos — or, with group_by: "cause", one row per reason rather than per kind of work.

repeats

Work a session did again soon after it had already attempted the same thing.

tools

Counts, failure rates, latency and reply size, per tool, broker, channel, host, repo or signature.

disk

What was written, how often each file was rewritten, and how much of that hashed to what was already there.

xenia_calls

One row of any of the above, broken into the individual calls behind it.

xenia_trace

The actions between an action_id failure and the fix, with both measures of how long that took: the actions in between, and the clock time.

Arguments

since (24h, 7d, or a date) repo (work outside any checkout is filed under general) limit applies to every view. Every reply opens with now and now_local, because the record is UTC and the logs it gets lined up against usually are not.

Where tool, via, channel, session and signature are accepted they match exactly or as a glob (via: "acme-*"), and a signature from any view drills straight into the calls behind that row.

See ARCHITECTURE.md.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iondrive-co/xenia'

If you have feedback or need assistance with the MCP directory API, please join our Discord server