Skip to content

AUTO-GENERATED — do not edit manually

VibeServe Tools Reference

Auto-generated API documentation for all 82 MCP tools.

Tools by Category

Agenda

Assessment

  • vibe_benchmark — Run a benchmarking loop with ASCII graphs.
  • vibe_iterate — Continuous improvement loop: critique -> repair -> verify -> repeat.
  • vibe_test — Generate comprehensive test suites from source code.

Code Generation

  • vibe_architect — Transform natural language intent into a detailed architecture plan with ADR decisions.
  • vibe_build_pro — Full professional build: upgrade design -> architect -> code -> verify.
  • vibe_code — Generate production code from an architecture plan.
  • vibe_design — Generate a landing page using curated DESIGN.md templates.
  • vibe_upgrade_design — Upgrade a design template with senior-dev production patterns.
  • vs_generate_artifact — Generate a structured advisory artifact (not executable).

Code Review

  • vibe_audit — Full system audit: backend code quality, security, performance.
  • vibe_review — Multi-agent code review from three perspectives.
  • vibe_verify — Validate code/specs against WCAG, design system, and code quality.
  • vs_ecc_agent_shield — Run ECC AgentShield security scan on provided code content. Checks for secrets, permission risks, hook injection, MCP risks, and config issues.
  • vs_plan_review — Review an execution plan and return structured critique.

Core

Deployment

  • vibe_deploy — Generate deployment configs for Vercel, Docker, static hosting.
  • vibe_preview — Generate a preview HTML page and Playwright test script.

Documentation

  • vibe_docs — Fetch documentation for a framework via Context7.

Integration

  • codegraph_build — Build a knowledge graph from an indexed repo — creates call graph, import resolution, class hierarchy, and communities. Prerequisite before using other codegraph_* tools.
  • codegraph_context — Get 360-degree view of a symbol — all incoming/outgoing calls, inheritance, imports, and cluster membership.
  • codegraph_impact — Blast radius analysis — what depends on this symbol? Groups results by depth (WILL BREAK, LIKELY AFFECTED, MIGHT AFFECT). Use before refactoring.
  • codegraph_query — Search the knowledge graph for symbols — returns callers, callees, file locations, and export status. Replaces grep for structural code questions.
  • codegraph_stats — Get knowledge graph statistics — node count, edge count, clusters, edge type breakdown.
  • cross_repo_suggest — Find reusable components/symbols from other repos that could help the current repo.
  • find_refactors — Find refactor candidates: large files, duplicated symbols, dead code hints.
  • find_test_gaps — Find source files and symbols that have no corresponding tests.
  • github_issues — List GitHub issues.
  • github_link_account — Link a GitHub account via personal access token. Required before repo operations.
  • github_link_repo — Add a GitHub repo to VibeServe scope. Optionally clone it locally.
  • github_list_repos — List repositories for the linked GitHub account.
  • github_repo — Get GitHub repo info.
  • github_sync_all — Sync metadata for all linked repos — pulls latest data from GitHub API.
  • gitnexus_analyze — Index a repository with GitNexus — builds a knowledge graph of symbols, call chains, clusters, and execution flows. Prerequisite before using other gitnexus_* tools.
  • gitnexus_context — Get a 360-degree view of a symbol — all incoming/outgoing calls, imports, processes it belongs to. Like 'go to definition' but shows the full dependency web.
  • gitnexus_detect_changes — Pre-commit impact analysis — maps changed lines to affected processes. Use before committing to understand what will break.
  • gitnexus_impact — Analyze blast radius — what depends on this symbol? Groups results by depth (WILL BREAK, LIKELY AFFECTED, MIGHT AFFECT). Use before refactoring.
  • gitnexus_list_repos — List all repositories indexed by GitNexus (across your entire machine).
  • gitnexus_query — Search the GitNexus knowledge graph — find symbols, processes, and definitions matching a query. Uses hybrid search (BM25 + semantic).
  • gitnexus_status — Check GitNexus index status for the current repo — is it fresh, stale, or missing?
  • gitnexus_wiki — Generate a codebase wiki from the GitNexus knowledge graph — architecture docs with mermaid diagrams.
  • index_repo — Index a local repository — parses source files for symbols, components, tests, and dependencies.
  • list_indexed_repos — List all repos that have been indexed.
  • search_repo — Search indexed symbols across all repos, or within a specific repo.
  • supabase_insert — Insert a row into a Supabase table.
  • supabase_query — Query a Supabase table.
  • vercel_deployments — List recent Vercel deployments.
  • vs_ecc_skills_list — List available ECC skills. Optionally filter by category or harness.
  • vs_opencode_execute — Execute a coding task using the OpenCode CLI agent.

Memory

  • memory_stats — Get statistics on learned/stored UI specifications
  • vs_memory_get — Retrieve workspace-scoped memory entries for Mutly workflows.
  • vs_memory_store — Store workspace-scoped memory for Mutly workflows.

Pipeline


Documentation generated from 82 tool definitions across 12 modules.