The AI-Native NPM Registry

The first local registry built for AI agent workflows.
Zero config. Lightweight. Zero hassle.

πŸ€– MCP Ready πŸ›‘οΈ Security First ⚑ 1ms Response
2
Dependencies (tar, acorn)
~1ms
Response Time
~10-50ms
Security Scan
650+
Tests Passing βœ“
95%
Code Coverage

πŸ€– Built for AI Agents

The first NPM registry designed for AI-powered development workflows

πŸ”Œ

MCP Server

Native Model Context Protocol integration. Works with Claude, GPT, and any MCP-compatible AI.

πŸ“„

llms.txt

AI discovery protocol for automated tool detection. Your AI assistant finds AgentRegistry automatically.

πŸ“‹

OpenAPI + Capabilities

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

Core Features

Everything you need for secure, fast, local package management

πŸ›‘οΈ

Quarantine-First Security

Every package scanned before use. OWASP/CWE pattern detection. 2025-2026 attack pattern database.

⚑

~1ms Response Time

Memory-first caching with disk fallback. Built on Bun's native performance. No waiting.

πŸ“¦

Lightweight

Just Bun + 2 dependencies (tar, acorn). Compare to Verdaccio's 60+ packages.

πŸŽ›οΈ

Premium Admin UI

Real-time WebSocket dashboard. Glassmorphic design. No page refreshes ever.

πŸ•ΈοΈ

Dependency Graph

Interactive D3.js visualization. See your package ecosystem at a glance.

🌐

Upstream Proxy

Transparent proxy to npmjs.org. Public and private packages work together seamlessly.

⚑ Quick Start

# 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-package

That's it! AgentRegistry works seamlessly with npm, bun, yarn, and pnpm.

AgentRegistry Hero