AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Kagent

mcp-kagent-dev-kagent · by kagent-dev

Cloud Native Agentic AI | Discord: https://bit.ly/kagentdiscord

No reviews yet
0 installs
24 views
0.0% view→install

Install

$ agentstack add mcp-kagent-dev-kagent

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-kagent-dev-kagent)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Kagent? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About


kagent is a Kubernetes native framework for building AI agents. Kubernetes is the most popular orchestration platform for running workloads, and kagent makes it easy to build, deploy and manage AI agents in Kubernetes. The kagent framework is designed to be easy to understand and use, and to provide a flexible and powerful way to build and manage AI agents.


Getting Started

Technical Details

Get Involved

Reference


Getting Started

Technical Details

Core Concepts

  • Agents: Agents are the main building block of kagent. They are a system prompt, a set of tools and agents, and an LLM configuration represented with a Kubernetes custom resource called "Agent".
  • LLM Providers: Kagent supports multiple LLM providers, including OpenAI, Azure OpenAI, Anthropic, Google Vertex AI, Ollama and any other custom providers and models accessible via AI gateways. Providers are represented by the ModelConfig resource.
  • MCP Tools: Agents can connect to any MCP server that provides tools. Kagent comes with an MCP server with tools for Kubernetes, Istio, Helm, Argo, Prometheus, Grafana, Cilium, and others. All tools are Kubernetes custom resources (ToolServers) and can be used by multiple agents.
  • Observability: Kagent supports OpenTelemetry tracing, which allows you to monitor what's happening with your agents and tools.

Core Principles

  • Kubernetes Native: Agents and tools are managed as Kubernetes custom resources using familiar kubectl workflows.
  • Extensible: Kagent is designed to be extensible, so you can add your own agents and tools.
  • Flexible: Kagent is designed to be flexible, to suit any AI agent use case.
  • Observable: Kagent is designed to be observable, so you can monitor the agents and tools using all common monitoring frameworks.
  • Declarative: Kagent is designed to be declarative, so you can define the agents and tools in a YAML file.
  • Testable: Kagent is designed to be tested and debugged easily. This is especially important for AI agent applications.

Architecture

Kagent has 4 core components:

  • Controller: The controller is a Kubernetes controller that watches the kagent custom resources and creates the necessary resources to run the agents.
  • UI: The UI is a web UI that allows you to manage the agents and tools.
  • Engine: The engine runs your agents using ADK.
  • CLI: The CLI is a command-line tool that allows you to manage the agents and tools.

Get Involved

We welcome contributions! Contributors are expected to respect the kagent Code of Conduct_

There are many ways to get involved:

Roadmap

kagent is currently in active development. You can check out the full roadmap in the project Kanban board here.

Local development

For instructions on how to run everything locally, see the [DEVELOPMENT.md](DEVELOPMENT.md) file.

Contributors

Thanks to all contributors who are helping to make kagent better.

Star History

Reference

License

This project is licensed under the [Apache 2.0 License.](/LICENSE)


kagent is a Cloud Native Computing Foundation project.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.