Intertool Documentation
A private approval layer for AI agent skills, MCP servers, tools, and prompt playbooks.
Intertool is a private registry and approval layer for the capabilities your agents are allowed to use: skills, MCP servers, agent tools, and prompt playbooks. Registry artifacts and package files live in your own S3-compatible storage, access is controlled by OAuth and RBAC, and approved items install with one CLI command.
What you can do
- Browse and search approved capabilities published by your team
- Install skills and MCP servers into agent projects from one registry
- Publish your own skills from SKILL.md files or server.json configs
- Review and audit what becomes installable before agents can use it
- Manage access with OAuth, org membership, and RBAC
Quick start
- Sign in at your registry URL with GitHub
- Install the CLI from source with
cd cli && npm install && npm run build && npm linkuntil the npm package is released - Authenticate:
intertool login --url https://your-registry.example.com - Search:
intertool search "code review" - Install:
intertool install @team/code-review
For the full command-line workflow, see Using the CLI.
Architecture
Intertool is a Next.js application backed by:
- S3 for skill file storage
- Upstash Redis for settings, rate limiting, and caching
- GitHub OAuth for authentication, with optional Google Workspace auth
- Role-based access control (owner, admin, member)