MCP server that pairs a coding agent with a Vitela tab: tools run in the tab, changes land as revisions the author accepts
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"
]
}
}
}
Run in terminal:
claude mcp add vitela-bridge npx -y camilochs/vitela-bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"vitela-bridge": {
"command": "npx",
"args": [
"-y",
"camilochs/vitela-bridge"
]
}
}
}