Install
$ agentstack add mcp-agenvoy-agenvoy Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.
Security review
⚠ Flagged1 finding(s); flagged for manual review. · v0.1.0 How review works →
- • Prompt-injection patterns
- • Secret / credential exfiltration
- • Dangerous shell & filesystem operations
- • Untrusted network calls
- • Known-malicious package signatures
- high Pipes remote content directly into a shell (remote code execution).
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
A personal AI Agent that runs on your machine
Build tools, test it, and call it. Give the Agent you already use the power to build its own tools. You say one sentence. The agent does the rest.
English · 繁體中文
One-line install
> On MacBook, also run sudo pmset -c sleep 0 to prevent sleep from interrupting schedules.
curl -fsSL https://agenvoy.com/scripts/install.sh | bash
What you can do with it
Look things up
> What's the weather in Taipei? > > The agent finds data, calls tools, and gives you the answer. > > If a tool doesn't exist, it builds one.
Set up automation
> Report TSMC stock price every morning at 8am > > The agent asks: > - Where to push results > - What format you want > - When to run > > Then creates the schedule automatically.
[](https://youtu.be/floMBsAfziY)
[](https://youtu.be/5To3joKlFpU)
Search your files
> Find all invoices from last year > > Which document mentions Prompt guide? > > The agent searches your local files and answers directly.
Handle multi-step work
> Summarize today's GitHub Commit and generate a progress report > > The agent breaks down the task, calls tools, combines results, and replies.
[](https://youtu.be/vqoQ6Qvl8qU)
[](https://youtu.be/nIV1xz_HIJg)
Give the Agent you already use the power to build its own tools
> Agenvoy is also an MCP server. > > Claude Code, Codex, OpenCode and other AI agents can connect and: > - Use all your sandboxed tools > - Auto-build new tools when none exist > - Share every tool across all agents > > One line of config. Instant shared tool library. > Tools created in the demo: [fetch_weather](doc/demo/fetchweather/) · [fetch_crypto_price](doc/demo/fetchcrypto_price/)
Claude Code creates a weather tool (1)
Codex reuses it and creates a crypto tool (2)
Agenvoy tests both tools (3)
[](https://youtu.be/on5IaoxBO1E)
[](https://youtu.be/2DDFCIcbnso)
[](https://youtu.be/KPs4o9xDFjM)
Core capabilities
| Capability | Description | | :- | :- | | Auto tool generation | Builds and saves tools when they're missing | | Self-scheduling | Create cron jobs with a single sentence | | Long-term memory | Retains key info and context | | File search | Answers from your local files | | Sub-Agent | Multi-agent collaboration | | MCP client | Connect to external MCP services | | MCP server | Expose sandboxed tools to any MCP-compatible agent | | Tool Market | Share and install tools | | Transcription | Audio and video to text | | Self-improvement | Auto-fixes after execution failures |
How it compares
| | Agenvoy | OpenClaw | Hermes-agent | |---|---|---|---| | Install | One command, single binary | pnpm monorepo | pip + docker | | Multi-model | Auto-picks | Manual switch | Manual switch | | Chat UI | Buttons / menus / modals | Text only | Text only | | Builds its own tools | ✅ | ❌ | ⚠️ Skill only | | Chat verification | 6-digit code | Manual approval | Manual approval | | Cross-session push | ✅ | ❌ | ⚠️ Limited | | File search | Semantic + keyword | Chat memory only | Chat memory only |
Docs
Full documentation at agenvoy.com/docs
- Getting Started
- Sessions & Agents
- Providers
- Built-in Tools
- MCP Server
- MCP Client
- Memory System
- Skill System
- Sandbox
- Architecture
License
This project is licensed under the [Apache License 2.0](LICENSE).
Community Contributors
Contributor
Just open an issue to share an idea.
Star History
When the curve trends up — that's the signal we want to see. Hit ★ to push it along.
©️ 2026 邱敬幃 Pardn Chiu
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: agenvoy
- Source: agenvoy/Agenvoy
- License: Apache-2.0
- Homepage: https://agenvoy.com/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.