visualized-ai-agent-designer

KulkulZa1/visualized-ai-agent-designer
★ 0 stars TypeScript Code/Dev Tools Updated 3d ago
Local-first visual AI agent workflow builder — design, run, and debug multi-agent pipelines with a canvas editor, YAML workflows, real LLM execution, CLI, MCP server, and VS Code extension
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "visualized-ai-agent-": {
      "command": "npx",
      "args": [
        "-y",
        "KulkulZa1/visualized-ai-agent-designer"
      ]
    }
  }
}

README Excerpt

# Harness Studio Harness Studio is a local-first Tauri desktop app for designing, validating, running, and inspecting multi-agent AI workflows. The current app is not just a mockup: the canvas, workflow YAML load/save, provider adapters, read-only CLI, read/test MCP server, Tauri desktop launch, and installer build have all been exercised locally. Some important surfaces