Skip to content

AgentReserve-AI/agentreserve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentReserve

The governance layer for AI agent actions.

AI agents can reason and plan, but the moment they act on external systems, there is no governance. MCP and similar protocols define how agents connect to tools — but not what happens between intent and execution. AgentReserve fills that gap: policy enforcement, idempotency, audit trails, and approval workflows on every action.

This repository is the open-source governance protocol. The hosted control plane (dashboard, credential storage, org management) lives separately.

Packages

Package Description
@agentreserve/core Governance SDK — policy engine, audit trail, idempotency, action state machine. Zero runtime dependencies.
@agentreserve/proxy Standalone egress proxy for CLI agents. Intercepts outbound HTTP, enforces rules, writes an audit log to SQLite.
@agentreserve/mcp-tools MCP server that exposes AgentReserve actions to any MCP-compatible client (Claude Desktop, Cursor, Windsurf).
@agentreserve/atp-client TypeScript client SDK for the AgentReserve REST API.

Relationship to MCP

MCP defines how agents connect to tools. AgentReserve defines what happens between the agent calling a tool and the tool executing — governance. MCP has no policy enforcement, idempotency, durable action state, approval workflows, or structured audit trails. That's the gap this project fills.

Getting started

npm install
npm run build
npm test

Each package has its own README with usage and API details.

License

MIT

About

The governance layer for AI agent actions — policy enforcement, idempotency, audit trails, and approval workflows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors