loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

claudekit

MCP Tool

AbdoKnbGit/claudekit

Python framework for the Anthropic ecosystem — usage tracking, security policies, memory, agents, MCP, and more.

Install

$ npx loaditout add AbdoKnbGit/claudekit

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "claudekit": {
      "command": "npx",
      "args": [
        "-y",
        "claudekit"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

<div align="center">

claudekit

Everything the Anthropic SDK is missing — in one coherent Python framework.

*Track costs. Enforce policies. Build agents. Ship faster.*

[](LICENSE) [](pyproject.toml) [](pyproject.toml) [](pyproject.toml) [](claudekit-docs/docs/modules/agents.md) [](claudekit-docs/docs/modules/tools.md)

Installation · Quick Start · What's Inside · Platforms · Documentation

</div>

---

Installation
pip install claudekit
pip install claudekit[agent]   # Agent SDK support
pip install claudekit[mcp]     # MCP server builder
pip install claudekit[otel]    # OpenTelemetry tracing
pip install claudekit[all]     # Everything

---

Quick Start
from claudekit import TrackedClient

client = TrackedClient()
response = client.messages.create(
    model="claude-haiku-4-5",
    max_tokens=256,
    messages=[{"role": "user", "content": "Hello"}],
)
print(client.usage.summary())
# tokens_in=10  tokens_out=24  cost=$0.000042  calls=1

---

What's Inside

| Module | What it does | |---|---| | claudekit.client | Tracked sync/async clients for Anthropic, Bedrock, Vertex, Foundry | | claudekit.security | Typed policy pipeline — injection, jailbreak, PII, rate limits, budget caps | | claudekit.memory | Persistent memory store with SQLite + FTS5, injected into context automatically | | claudekit.sessions | Named sessions with config, lifecycle hooks, and aggregated u

Tags

agent-sdkai-agentsai-frameworkanthropicbatch-processingclaudellmmcpmemorymulti-agentopentelemetrypythonsdksecurity

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated26 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/23/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/AbdoKnbGit/claudekit)](https://loaditout.ai/skills/AbdoKnbGit/claudekit)