Skip to content

AgentLens

Real-time AI agent catalog for Kubernetes — discover, track, and inspect A2A, MCP, and A2UI agents across your cluster.

AgentLens automatically discovers AI agents running in Kubernetes (via Service annotations), polls static endpoints, and accepts push registrations. It exposes a REST API and a web dashboard for browsing the catalog, filtering by protocol/status, and inspecting agent cards and capabilities.


Quickstart

Docker Compose

git clone https://github.com/PawelHaracz/agentlens
cd agentlens/examples
docker compose up

Open http://localhost:8080 in your browser.

Helm (Kubernetes)

helm install agentlens ./deploy/helm/agentlens \
  --namespace agentlens --create-namespace

AgentLens will start watching Services across all namespaces for agent annotations.


Main Sections