🚀

KGV Downloads

KGV MCP Tools

Multi-IDE integration with 150+ AI-powered tools

Works with VS Code, Cursor, Windsurf, and Google Antigravity

✅ v0.3.1: Governance Migration

Migrated to new governance architecture with proxy tools for Issue, Attempt, Evidence, Link, Handoff, and Analytics. The VS Code extension now includes a fully bundled MCP server (v2.9.1). No external dependencies required - everything works offline after installation.

✅ Self-contained bundle ✅ Works offline ✅ 188+ AI-powered tools ✅ Multi-IDE support

đŸ’ģ VS Code Extension

v0.3.1 (MCP v2.9.1) â€ĸ January 6, 2026 â€ĸ ~1.5MB

Stable

âš ī¸ Extension Required for VS Code

Unlike Cursor, Windsurf, and Antigravity, VS Code does not have native MCP support. You must install this extension to use KGV MCP tools.

Download VSIX

After downloading: VS Code → Ctrl+Shift+P → "Extensions: Install from VSIX..."


Command Line Installation

🐧 Linux / WSL
wget -O /tmp/vscode-kgv-mcp.vsix https://download.katagenesis.com/vscode-extension/latest.vsix && code --install-extension /tmp/vscode-kgv-mcp.vsix
🍎 macOS
curl -o /tmp/vscode-kgv-mcp.vsix https://download.katagenesis.com/vscode-extension/latest.vsix && code --install-extension /tmp/vscode-kgv-mcp.vsix
đŸĒŸ Windows (PowerShell)
Invoke-WebRequest -Uri "https://download.katagenesis.com/vscode-extension/latest.vsix" -OutFile "$env:TEMP\vscode-kgv-mcp.vsix"; code --install-extension "$env:TEMP\vscode-kgv-mcp.vsix"

After Installation

  1. 1

    Reload VS Code

    Ctrl+Shift+P → "Developer: Reload Window"

  2. 2

    ✅ Auto-Configuration

    The extension will automatically:

    • Detect your IDE (VS Code, Cursor, Windsurf, etc.)
    • Create the correct MCP configuration file
    • Connect to the KGV MCP server

    You'll see a notification: "KGV MCP configured! Reload window to activate."

  3. 3

    Sign In (One-Time)

    Run this command to authenticate your device:

    npx @kgv/mcp-server auth login
  4. ⭐

    New Commands (v0.2.6+)

    Multi-IDE Setup

    Configure VS Code, Cursor, Windsurf, and Antigravity all at once:

    Ctrl+Shift+P → KGV: Configure All IDEs

    Environment Switching

    Toggle between Dev and Production environments:

    Ctrl+Shift+P → KGV: Switch Environment

đŸ—‘ī¸ Uninstall VS Code Extension

To remove KGV from VS Code:

  • Open Extensions view (Ctrl+Shift+X)
  • Search for KGV MCP Tools
  • Click the gear icon and select Uninstall
code --uninstall-extension vialucra.vscode-kgv-mcp

🔧 Troubleshooting: Clean Reinstall

If you're experiencing sign-in errors or version conflicts in VS Code, follow these steps:

🐧 Linux / WSL / macOS
# 1. Uninstall the extension completely
code --uninstall-extension vialucra.vscode-kgv-mcp

# 2. Clear extension cache (optional but recommended)
# For VS Code Remote/SSH/WSL:
rm -rf ~/.vscode-server/extensions/vialucra.vscode-kgv-mcp-*
# For local VS Code (uncommon):
# rm -rf ~/.vscode/extensions/vialucra.vscode-kgv-mcp-*

# 3. Reinstall fresh
wget -O /tmp/vscode-kgv-mcp.vsix https://download.katagenesis.com/vscode-extension/latest.vsix
code --install-extension /tmp/vscode-kgv-mcp.vsix

# 4. Reload VS Code (Ctrl+Shift+P → "Developer: Reload Window")

This clears cached old versions and ensures clean endpoint configuration.

đŸ“Ļ Previous Releases

Loading releases...