MCP Directory
ServersClientsBlog
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Clients
  3. kagent

kagent

GitHub
Website

Kagent is a Kubernetes-native framework simplifying the creation, deployment, and management of AI agents within Kubernetes, leveraging custom resources for agents and tools to ensure flexibility and extensibility.

1,384
47

kagent is a Kubernetes-native framework designed for building and managing AI agents within Kubernetes. It simplifies the process of deploying and orchestrating AI agents by leveraging Kubernetes custom resources for defining agents and tools. Agents consist of a system prompt, a set of tools, and a model configuration. Tools are external resources accessible to agents and can be shared across multiple agents.

Key principles include being Kubernetes-native, extensible, flexible, observable, declarative, and testable. The architecture comprises a Controller (Kubernetes controller managing custom resources), a UI for agent and tool management, an Engine (Python application built on Autogen for running agents and tools), and a CLI for command-line interaction.

The roadmap includes improvements in observability (tracing, oTEL integration, metrics), feedback/testing (eval framework, debugging, guided learning), runtime/engine enhancements (multi-agent support, graph execution, workflows, multiple LLM providers), and tool-related features (tool discovery, built-in tools as MCP server).

Repository

KA
kagent-dev

kagent-dev/kagent

Created

January 21, 2025

Updated

March 28, 2025

Language

Python

Category

AI