agenvoy/Agenvoy
Make AI actually work for you - A personal agent that writes its own tools and repairs itself.
What it solves
Agenvoy is a local AI agent designed to overcome the limitation of missing tools. Instead of stopping when it cannot perform a task, it can build, test, and save its own tools to extend its capabilities. It also centralizes tool management, allowing a single sandboxed tool library to be shared across different AI agents (like Claude Code or Codex) via the Model Context Protocol (MCP).
How it works
It runs as a local daemon with a web dashboard for management. The agent can perform multi-step workflows, search local files using semantic and keyword search, and schedule recurring tasks (cron jobs) through natural language commands. It functions as both an MCP client (connecting to external services) and an MCP server (exposing its internal tool library to other agents).
Who it’s for
Developers, technical operators, and users with AI-heavy workflows who require local execution with guardrails, automated reporting, and a shared, reusable tool ecosystem across multiple AI agents.
Highlights
- Auto Tool Generation: Automatically builds and saves new tools when existing ones are missing.
- Shared Tool Library: Acts as an MCP server to share sandboxed tools across different AI agents.
- Local Automation: Supports natural language scheduling for recurring tasks and local file search.
- Self-Improvement: Features the ability to auto-fix tools after execution failures.
- Multi-Agent Collaboration: Supports sub-agents for complex task breakdown.
- Integrated Dashboard: Provides a web-based interface for managing the agent's operations.