vitela-bridge

camilochs/vitela-bridge
★ 1 stars JavaScript AI/LLM Updated 3d ago
MCP server that pairs a coding agent with a Vitela tab: tools run in the tab, changes land as revisions the author accepts
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vitela-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "camilochs/vitela-bridge"
      ]
    }
  }
}