The Control Plane for AI Infrastructure Kubernetes-native registry for MCP servers, agents, skills & models
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"
]
}
}
}
Run in terminal:
claude mcp add agentregistry-invent go run github.com/den-vasyliev/agentregistry-inventory@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentregistry-invent": {
"command": "go",
"args": [
"run",
"github.com/den-vasyliev/agentregistry-inventory@latest"
]
}
}
}