xenia
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/xeniaNeeds Python 3.11+
MCP tools
xenia_report
| One row is |
| 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 |
| Something the user asked for, and how it turned out. |
| A kind of work that has failed more than once, worst first, grouped across sessions and repos — or, with |
| Work a session did again soon after it had already attempted the same thing. |
| Counts, failure rates, latency and reply size, per tool, broker, channel, host, repo or signature. |
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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