Skip to content

AIfred Toolkit

AIfred Toolkit (aifred-tk) is a Python toolkit that exposes AI agent tools through a microkernel plugin system, available via both a CLI and an MCP (Model Context Protocol) server.

What is aifred-tk?

aifred-tk provides a uniform interface for composable AI tools:

  • Plugin system — tools are registered via Python entry points and discovered at runtime
  • CLI layer — every registered tool becomes a subcommand with typed options
  • MCP layer — the same tools are exposed as an MCP server for agent frameworks

Sections