Overview
AgentBack is a fork of LoopBack 4, focused on building HTTP APIs and MCP servers from a single codebase. It integrates ESM, Zod, and MCP for efficient development.
Key Features
- Single Schema Definition: Define a Zod schema once on a decorator, and it becomes request validation, OpenAPI 3.1 spec, MCP tool, and a typed client.
- No Code Generation: Typed clients are derived directly without extra steps.
- Unified DI Container: All features share the same container, ensuring consistency.
- AI-Agent Ready: Provides a real contract for AI coding agents, preventing drift or mismatched endpoints.
- Best Practices as Default: Designed to make best practices the path of least resistance.
Availability
AgentBack is available on npm today.











Comments
No comments yet
Be the first to comment