Skip to main content
Glama
Ludoonus

agentops-mcp

by Ludoonus

agentops-mcp

tests

An MCP server that exposes AI-coding-agent operations analytics as tools any MCP client can call. Ask your assistant "how much did I spend on Claude Code this week?", "what dangerous commands did my agent attempt?", or "where are my tokens wasted?" — answered from the transcripts Claude Code already writes locally. Read-only, no telemetry.

Tools

Tool

Returns

cost_summary

tokens, cache hit rate, est. dollars, top projects & tools

audit_summary

commands run, file writes, errors, sensitive-path access

safety_report

dangerous actions the agent attempted (force-push, rm -rf, curl|sh)

efficiency_report

re-read waste, cache misses, concrete fixes

Each takes days (default 30) and an optional project filter.

Related MCP server: Claude Stats MCP

Install

pipx install git+https://github.com/Ludoonus/agentops-mcp
# or: uvx --from git+https://github.com/Ludoonus/agentops-mcp agentops-mcp

Use with Claude Desktop (or any MCP client)

Add to your MCP config:

{
  "mcpServers": {
    "agentops": { "command": "agentops-mcp" }
  }
}

Then ask your assistant about your Claude Code cost, audit trail, safety, or efficiency.

How it works

Reads ~/.claude/projects/*.jsonl (the transcripts Claude Code writes), parses the API-reported usage and tool calls, and serves the analysis over MCP (stdio). Nothing leaves your machine; the server only reads.

Companion projects

  • Operator — the same analytics as a CLI/TUI console.

  • cc-powerpack — guardrail hooks that prevent the dangerous actions this server reports.

Go deeper

These tools are the practical layer; The Claude Code Operator's Handbook is the full playbook — 18 chapters on running AI coding agents safely and efficiently (threat model, guardrails, cost, workflows, recovery, scaling). $29, with a free 3-chapter sample.

License

MIT.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    -
    maintenance
    Provides comprehensive telemetry and usage analytics for Claude Code sessions, including token usage tracking, cost monitoring, and tool usage patterns. Enables users to monitor their Claude usage with detailed metrics, warnings, and trend analysis.
    Last updated
    12
  • F
    license
    -
    quality
    D
    maintenance
    Provides statistical analysis and usage tracking for Claude Code, enabling users to query daily/monthly stats, compare users, analyze trends, detect anomalies, and generate usage reports through natural language.
    Last updated
  • A
    license
    A
    quality
    C
    maintenance
    Enables querying Rybbit Analytics data directly through MCP-compatible clients like Claude Code. It provides tools for monitoring website statistics, user sessions, error logs, funnels, and performance metrics via natural language.
    Last updated
    40
    62
    4
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables analyzing AWS cloud costs through natural language queries, providing cost summaries, anomaly detection, idle resource identification, rightsizing recommendations, and tagging compliance via Claude.
    Last updated
    10
    27
    MIT

View all related MCP servers

Related MCP Connectors

  • A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud

  • Paid remote MCP for Claude Code skill update gate MCP, structured receipts, audit logs, and reviewer

  • A paid remote MCP for AI SDK eval dashboard, built to return verdicts, receipts, usage logs, and aud

View all MCP Connectors

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/Ludoonus/agentops-mcp'

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