kagent

kagent

Kubernetes-native framework for building and managing AI agents.

MCPDevOpen sourceKubernetesAI 代理MCP 服务器
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 3.1k
Source
mcp-github

Overview

kagent is a Kubernetes-native framework designed to simplify the construction, deployment, and management of AI agents. It supports multiple LLM providers and provides tools via an MCP server. The design principles of kagent include scalability, flexibility, observability, and declarative configuration. Users can define agents and tools using YAML files and manage them via CLI and Web UI. Ideal for developers who need to run AI agents in a Kubernetes environment.

Capabilities

  • Supports multiple LLM providers
  • Provides tools via MCP server
  • Kubernetes-native integration
  • Declarative configuration
  • Observability support

Use cases

Deploy AI agents in KubernetesManage and monitor AI agentsIntegrate custom tools and agents

Setup

Requires: Kubernetes 环境API Key
Refer to the official documentation for installation: [Quick Start](https://kagent.dev/docs/kagent/getting-started/quickstart) and [Installation Guide](https://kagent.dev/docs/kagent/introduction/installation).

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Which LLM providers does kagent support?

Supports OpenAI, Azure OpenAI, Anthropic, Google Vertex AI, and more.

How can I add custom tools in kagent?

Custom tools can be added by creating a ToolServer custom resource.

Related skills