Skip to main content

Agent Tools

Infrastructure for coding agents: how they message each other, what they know, what they are allowed to run, and the servers they call.

See also: Command Line Tools , Development Tools

Coordination

How independent agent sessions reach each other and avoid working over one another.

  • agent-mail TypeScript 2026

    Durable local messaging and coordination for Claude Code and Codex agents, with project inboxes, delivery controls, presence, claims, dashboards, and Slack integration.

  • agent-lore TypeScript 2026

    A machine-local, agent-writable knowledge base where coding-agent sessions record and search hard-won facts about tools and workflows, with git provenance, talk pages, and a session ledger.

  • PATH-level command wrappers that apply workstation policy to ssh, scp, rsync, git, and uv inside coding-agent sessions, including Jujutsu interoperability and a memory ceiling for uv run.

  • A PreToolUse hook for Claude Code, Codex, Kimi, and opencode that decides Bash tool requests against local development and research conventions, denying what a general permission system cannot infer.

  • timezone-mcp Python 2026

    An MCP server that converts timestamps with IANA time zone rules and reports date-boundary changes.