Back to Apps

qi-v2-agent
by zhifengzhang-sz
Extensible AI agent framework with tool-specialized sub-agents and workflow orchestration.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
qi-v2-agent is a professional framework for building specialized AI agents. It allows developers to create agents with tool-specialized sub-agents for specific domains, utilizing multi-provider LLM support and unified MCP storage for persistence.
Tools
- FileOps: Read, write, edit, and search the local file system.
- Search: Content and pattern search capabilities across the codebase.
- Git: Version control operations integrated into agent workflows.
- Web: Web search and content extraction for real-time information.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"qi-v2-agent": {
"command": "bun",
"args": ["run", "--cwd", "app", "src/main.ts"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
bun install && bun run buildInformation
- Pricing
- free
- Published
- 7/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"qi-v2-agent": {"command": "bun", "args": ["run", "--cwd", "app", "src/main.ts"]}}}





