agentregistry-inventory

den-vasyliev/agentregistry-inventory
★ 16 stars Go 🤖 AI/LLM Updated 17d ago
The Control Plane for AI Infrastructure Kubernetes-native registry for MCP servers, agents, skills & models
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentregistry-invent": {
      "command": "go",
      "args": [
        "run",
        "github.com/den-vasyliev/agentregistry-inventory@latest"
      ]
    }
  }
}