Discovery
All entries

Collection · 21 entries

Claude Code tools, plugins, and integrations

The best tools, MCP servers, and harnesses for getting more out of Claude Code - orchestration, observability, telemetry, and remote control.

Claude Code is the largest cluster in this directory for a reason: most of the interesting work in coding agents right now happens around it. The picks below cover orchestration (multi-agent harnesses, parallel runners), observability (token cost, session monitors, live agent views), security (sandboxes, scrubbers, governance), and remote control (Telegram, Slack, mobile).

This isn't an exhaustive list of everything that touches Claude Code - it's the curated subset where I've actually read the code or notes and think the idea is worth knowing about.

Frequently asked

What's the difference between Claude Code orchestration and observability tools?

Orchestration tools (oh-my-team, agent-flow, paseo) coordinate multiple agents or sessions; observability tools (codeburn, abtop, lazyagent) read session state passively to surface token spend, context usage, and what agents are doing right now.

Are there security tools specifically for Claude Code?

Yes - see the agent security collection. AgentShield scans configs and MCP servers, LLM-Anonymization scrubs data before requests, and Destructive Command Guard blocks dangerous shell commands at runtime.

Which tools work across Claude Code, Codex, and other coding agents?

Most observability and orchestration tools here are multi-engine: agent-deck, codesight, paseo, parallel-code, and agentic-stack all support several coding agents in the same workflow.

Related collections