🔌
AI EngineeringRust

Splitrail MCP

by Piebald-AI

Splitrail MCP is an AI Engineering skill for Claude Code, published by Piebald-AI in splitrail.

217 stars25 forkson Piebald-AI/splitrailAdded 2026/09/04Repository updated 2026/09/03
agenticanalyzerantigravity-cliblazing-fastccusageclaude-codeclinecodexgcusagekilo-codeopencodepi-agentpiebaldqwenqwen-coderavishingrustsplitrailusagezoo-code
Install in seconds
Install Splitrail MCP
Copy Splitrail MCP into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Piebald-AI/splitrail/tree/main/.claude/skills/mcp ~/.claude/skills/mcp

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Piebald-AI/splitrail.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/mcp/SKILL.md in Piebald-AI/splitrail
Installs to
~/.claude/skills/mcp
Collection
One of 6 skills cataloged from this repository
Category
AI Engineering2970 skills

What Splitrail MCP does

Splitrail MCP lets AI assistants query usage statistics, model breakdowns, cost data, and file operation counts through an MCP server. Use it when adding or modifying tools and resources for the interface.

Splitrail MCP is cataloged under AI Engineering on DirSkills. Splitrail MCP comes from a repository tagged agentic, analyzer, antigravity-cli, blazing-fast and ccusage.

Documentation

README

MCP Server

Splitrail can run as an MCP server, allowing AI assistants to query usage statistics programmatically.

cargo run -- mcp

Source Files

  • src/mcp/mod.rs - Module exports
  • src/mcp/server.rs - Server implementation and tool handlers
  • src/mcp/types.rs - Request/response types

Available Tools

  • get_daily_stats - Query usage statistics with date filtering
  • get_model_usage - Analyze model usage distribution
  • get_cost_breakdown - Get cost breakdown over a date range
  • get_file_operations - Get file operation statistics
  • compare_tools - Compare usage across different AI coding tools
  • list_analyzers - List available analyzers

Resources

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Splitrail MCP

  • What else does Piebald-AI publish alongside Splitrail MCP?

    Splitrail MCP is one of 6 skills that DirSkills catalogs from Piebald-AI/splitrail, the repository it ships in. Its siblings there include New Analyzer, Performance and Pricing. Each one is a separate skill with its own page in this directory, installs the same way Splitrail MCP does, and is maintained by Piebald-AI in that same repository. The rest of the collection is listed on the Piebald-AI/splitrail page.

  • How does Splitrail MCP compare to other AI Engineering skills?

    Splitrail MCP ranks #2624 by stars among the 2970 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Splitrail MCP against them. Open each page to compare what they document and how they install.