\n \n

N3RV

ネルフ

INVISIBLE ENGINEERING INFRASTRUCTURE FOR AI AGENTS

"Because an angel without a harness is unmanageable."

◆ NEO TOKYO ◆
14
Agent Skills
5
MCP Servers
8
SDD Phases
2
Memory Layers
License Stars Version CI Good First Issues

Core Architecture

MAGI Memory

Dual-layer memory routing with ChromaDB for semantic long-term retrieval and SQLite for ACID-compliant session state. Persistent context across sessions.

A2A Hub

Agent-to-Agent protocol for task delegation. Sub-agents communicate via a structured hub — isolated by responsibility, coordinated by design.

SDD Workflow

Spec-Driven Development — 8 phases from explore to archive. Each phase has dedicated agents, skills, and quality gates.

MCP Protocol

5 native MCP servers: memory (semantic + relational), hub (A2A), GitHub wrapper, contextual search, and sequential thinking.

14 Agent Skills

Specialized skill files for code, testing, commits, GitHub ops, SDD phases, and adversarial review. Loaded contextually per task.

LCL Injection

Automatic parsing of pyproject.toml, package.json manifests. The agent "breathes" your project architecture from session one.

Quick Start

# Install N3RV
uv tool install git+https://github.com/juanmanueldaza/n3rv.git

# Initialize in your project
cd your-project
n3rv init

Documentation