The first local registry built for AI agent workflows.
Zero config. Lightweight. Zero hassle.
The first NPM registry designed for AI-powered development workflows
Native Model Context Protocol integration. Works with Claude, GPT, and any MCP-compatible AI.
AI discovery protocol for automated tool detection. Your AI assistant finds AgentRegistry automatically.
Full API documentation in AI-readable formats. Every endpoint documented for agents.
# AI agents discover and use AgentRegistry automatically
GET /llms.txt # AI discovery protocol
GET /-/capabilities # Agent tool definitions
GET /openapi.json # Full API spec
WS /-/admin/ws # Real-time control
Everything you need for secure, fast, local package management
Every package scanned before use. OWASP/CWE pattern detection. 2025-2026 attack pattern database.
Memory-first caching with disk fallback. Built on Bun's native performance. No waiting.
Just Bun + 2 dependencies (tar, acorn). Compare to Verdaccio's 60+ packages.
Real-time WebSocket dashboard. Glassmorphic design. No page refreshes ever.
Interactive D3.js visualization. See your package ecosystem at a glance.
Transparent proxy to npmjs.org. Public and private packages work together seamlessly.
# Start the server
bun run start
# Configure npm to use local registry
npm config set registry http://localhost:4873
# Publish your package
npm publish
# Install from local registry
npm install my-packageThat's it! AgentRegistry works seamlessly with npm, bun, yarn, and pnpm.